from Hacker News

Dependency Usage in Rust

by praseodym on 6/5/24, 6:41 AM with 1 comments

  • by Ygg2 on 6/5/24, 9:35 AM

    The eternal question:

    - Rely on a unified bug pool (you get hit by many bugs, but all bugs are solved at same time).

    - Reinvent your bugs for each project.