| Crates.io | nebz |
| lib.rs | nebz |
| version | 0.2.1 |
| created_at | 2025-07-17 21:44:51.481679+00 |
| updated_at | 2025-07-25 21:29:45.448214+00 |
| description | an immutable non-empty bytes container |
| homepage | |
| repository | https://github.com/hubcycle/nebz |
| max_upload_size | |
| id | 1758192 |
| size | 34,423 |
An immutable non-empty bytes container.
Dual-licensed under Apache 2.0 or MIT.
For more details, see docs.rs/nebz.
This crate uses unsafe code for performance optimization in methods like first(), last(), split_first(), and split_last(). All unsafe blocks are:
NonEmptyBz<T>'s non-empty guaranteeRun cargo +nightly miri test to verify the safety.