File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,9 +5,11 @@ A Guide to the Rustmax crate.
55
66## Should you use ` rustmax ` as a crate?
77
8- Probably not.
8+ Definitely not.
99
10- I dogfood Rustmax in many projects,
10+ Firstly, it's completely unstable and unsupported and always has breaking changes.
11+
12+ I dogfood the ` rustmax ` crate in many projects,
1113and I have found the benefits of using Rustmax directly minimal.
1214The primary benefit is simply having the crate names for common solutions directly available
1315without re-searching crates.io.
@@ -16,6 +18,9 @@ the rustmax template with the portable profile and going from there —
1618all my crates are in one place, and I know they will at least build on WASM,
1719a decent proxy for "portable".
1820
21+ It's also a single place to handle common crate upgrades and ` cargo audit ` resolutions,
22+ which is a nice benefit when you have multiple projects using ` rustmax ` .
23+
1924But there are significant downside still:
2025
21261 . Build and link time. They aren't unusual for a large Rust project,
You can’t perform that action at this time.
0 commit comments