Docs.rs
non-empty-vec-0.2.3
non-empty-vec 0.2.3
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
yihuang
Dependencies
serde ^1.0
normal
optional
serde ^1.0
dev
serde_json ^1.0
dev
Versions
12.5%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
non_
empty_
vec
0.2.3
All Items
Crate Items
Macros
Structs
Crate
non_empty_vec
Copy item path
Source
Macros
§
ne_vec
Constructs a
NonEmpty
vector, similar to std’s
vec
macro.
Structs
§
Empty
Error
NonEmpty
Non empty vector, ensure non empty by construction. Inherits
Vec
’s methods through
Deref
trait, not implement
DerefMut
. Overridden these methods: