We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5b53b6c + 9138d37 commit dba7c3eCopy full SHA for dba7c3e
Cargo.toml
@@ -12,3 +12,5 @@ categories = ["algorithms", "no-std"]
12
[features]
13
default = ["alloc"]
14
alloc = []
15
+# Legacy feature, no longer needed but retained for backwards compatibility.
16
+std = ["alloc"]
0 commit comments