| Crates.io | coreplus |
| lib.rs | coreplus |
| version | 0.2.1 |
| created_at | 2021-07-01 16:36:37.881976+00 |
| updated_at | 2021-07-01 20:24:47.185923+00 |
| description | The batteries for core that you never knew you needed. |
| homepage | |
| repository | https://github.com/lachlansneff/coreplus |
| max_upload_size | |
| id | 417515 |
| size | 108,752 |
The batteries for core that you never knew you needed: core+
Core+ contains types that make it possible to write no_std libraries that
are fully generic on the network and I/O stack.
This crate can support standard library types and traits by enabling the std feature.
[dependencies]
coreplus = { version = "0.2.1", features = ["std"] }