coreplus 0.2.0

The batteries for core that you never knew you needed.
Documentation

core+

The batteries for core that you never knew you needed: core+

Crates.io docs.rs License

Core+ contains traits that make it possible to write no_std libraries that are fully generic on the network and I/O stack.

Using the standard library

This crate can be used with standard library types by enabling the std feature.

[dependencies]
coreplus = { version = "0.2.0", features = ["std"] }