We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f98fe78 commit 0c6e0efCopy full SHA for 0c6e0ef
1 file changed
crates/rustmax/doc-src/guide.md
@@ -8,13 +8,13 @@ A Guide to the Rustmax crate.
8
Probably not.
9
10
I dogfood Rustmax in many projects,
11
-and I have found the benefits of using Rustmax directly somewhat minimal.
+and I have found the benefits of using Rustmax directly minimal.
12
The primary benefit is simply having the crate names for common solutions directly available
13
without re-searching crates.io.
14
-
15
To that end I do find it convenient to start a new project by initing
16
the rustmax template with the portable profile and going from there —
17
-all my crates are in one place.
+all my crates are in one place, and I know they will at least build on WASM,
+a decent proxy for "portable".
18
19
But there are significant downside still:
20
0 commit comments