essentials-0.1.1 has been yanked.
essentials
Usage
let our crate be a dependency in your project
essentials crate currently unstable version, interfaces may be changed in anytime.
think twice if you intend it into your important projects!
[]
= "0.1.0"
view github to download the source code and official builds.
Features
enable all features by specify features
field as full
.
= { = "*", = ["full"] }
wrapper
main feature for essentials, it provides many useful structs, functions and traits.
it enabled by default but could be applied it with following line.
= { = "*", = ["wrapper"] }