Cargo Features
[dependencies]
horrorshow = { version = "0.8.8", default-features = false, features = ["std", "alloc", "ops"] }
- default = alloc, ops, std
-
These default features are set whenever
horrorshowis added withoutsomewhere in the dependency tree.default-features = false - std default = alloc
-
Affects
error::Error,template::Template.write_to_io… - alloc default std
-
Affects
error::Error.render,render::RenderBox,template::Template.into_string,template::Template.write_to_string… - ops default