- Notifications
You must be signed in to change notification settings - Fork32
Commit3a57d02
committed
build: mark
The `no_std` feature flag has no effect, anymore (as already documentedin `README.md`). Document this in `Cargo.toml`, but retain it forbackwards compatibility.Note that for better cross-package composability, an `std` flag wouldlikely be preferred in the future, over a `no_std` flag. The formerallows multiple packages with different preferences on this feature tobe combined in a single build, while the latter does not.Hence, suggest that `no_std` as feature flag is a legacy compatibilityflag, and will not be used in the future.no_std as legacy feature flag1 parentc4c7ae5 commit3a57d02
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | 27 | | |
29 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
0 commit comments
Comments
(0)