Docs.rs
nonempty-collections-1.2.1
nonempty-collections 1.2.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
fosskers
Dependencies
either ^1.0
normal
optional
indexmap ^2.7
normal
optional
itertools ^0.14
normal
optional
serde ^1.0
normal
optional
divan ^0.1
dev
maplit ^1.0
dev
serde_json ^1.0
dev
Versions
98.31%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module slice
nonempty_
collections
1.2.1
Module slice
Module Items
Structs
In crate nonempty_
collections
nonempty_collections
Module
slice
Copy item path
Source
Expand description
Non-empty Slices.
Structs
ยง
Iter
A non-empty iterator over the values of an
NESlice
.
NEChunks
A non-empty Iterator of
NESlice
chunks.
NESlice
A non-empty slice. Like
crate::NEVec
, but guaranteed to have borrowed contents.