Cargo Features
const-str has no features set by default.
[dependencies]
const-str = { version = "0.5.7", features = ["std", "all", "proc", "regex", "http", "case", "unstable"] }
- std all?
- all = case, http, proc, regex, std
- proc all? case? http? regex?
-
Enables const-str-proc-macro
- regex all? = proc
-
Enables regex of optional const-str-proc-macro
- http all? = proc
-
Enables http of optional const-str-proc-macro
- case all? = proc
-
Enables heck of optional const-str-proc-macro
- unstable
const-str has 7 features without comments.