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!
[]
= "*"
view github to download the source code and official builds.
Featurs
more wrapper types
/// success or reason-known failure
quick action marcos
/// shorter way to create string isntance from &str
let str: String = str!;
/// unwrap results without Ok() match arm
let result: = todo!;
let default: String = unwrap!;
let action: String = unwrap!;
///