Skip to content

Commit 43f0d84

Browse files
committed
doc
1 parent 81a7698 commit 43f0d84

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

crates/rustmax/doc-src/guide.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff 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,
1113
and I have found the benefits of using Rustmax directly minimal.
1214
The primary benefit is simply having the crate names for common solutions directly available
1315
without re-searching crates.io.
@@ -16,6 +18,9 @@ the rustmax template with the portable profile and going from there —
1618
all my crates are in one place, and I know they will at least build on WASM,
1719
a 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+
1924
But there are significant downside still:
2025

2126
1. Build and link time. They aren't unusual for a large Rust project,

0 commit comments

Comments
 (0)