coreplus

Crates.iocoreplus
lib.rscoreplus
version0.2.1
sourcesrc
created_at2021-07-01 16:36:37.881976
updated_at2021-07-01 20:24:47.185923
descriptionThe batteries for core that you never knew you needed.
homepage
repositoryhttps://github.com/lachlansneff/coreplus
max_upload_size
id417515
size108,752
Lachlan Sneff (lachlansneff)

documentation

https://docs.rs/coreplus

README

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"] }
Commit count: 8

cargo fmt