#batteries #io #generic #write #networking #stack #knew

no-std coreplus

The batteries for core that you never knew you needed

3 unstable releases

0.2.1 Jul 1, 2021
0.2.0 Jul 1, 2021
0.1.2 Jul 1, 2021
0.1.1 Jul 1, 2021
0.1.0 Jul 1, 2021

#8 in #batteries

31 downloads per month

MIT license

110KB
1.5K SLoC

core+

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

Crates.io docs.rs License

Core+ contains types 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 support standard library types and traits by enabling the std feature.

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

lib.rs:

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

This crate contains a number of traits that make it possible to write 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.1", features = ["std"] }

No runtime deps

Features