essentials 0.2.0

essential utils for rustaceans
Documentation
essentials-0.2.0 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!

[dependencies]
essentials = "0.2.0"

view github to download the source code and official builds.

Features

enable all features by specify features field as full.

essentials = { version = "*", features = ["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.

essentials = { version = "*", features = ["wrapper"] }

marco

application