We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cc7a3d commit b6839f6Copy full SHA for b6839f6
Cargo.toml
@@ -41,3 +41,6 @@ std = []
41
rustc-dep-of-std = ["compiler_builtins", "core"]
42
# Unstable feature for testing
43
test-in-browser = ["wasm-bindgen"]
44
+
45
+[package.metadata.docs.rs]
46
+features = ["std"]
0 commit comments