You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,11 @@ coins in a given Bitcoin transaction
33
33
More information can be found in [the documentation](https://docs.rs/miniscript)
34
34
or in [the `examples/` directory](https://github.com/apoelstra/rust-miniscript/tree/master/examples)
35
35
36
+
## Building
37
+
38
+
The cargo feature `std` is enabled by default. At least one of the features `std` or `no-std` or both must be enabled.
39
+
40
+
Enabling the `no-std` feature does not disable `std`. To disable the `std` feature you must disable default features. The `no-std` feature only enables additional features required for this crate to be usable without `std`. Both can be enabled without conflict.
36
41
37
42
## Minimum Supported Rust Version (MSRV)
38
43
This library should always compile with any combination of features (minus
0 commit comments