Docs.rs
empty-0.0.4
empty 0.0.4
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
Documentation
Repository
crates.io
Source
Owners
notriddle
Dependencies
void ^1
normal
Versions
100%
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
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
empty
0.0.4
All Items
Crate Items
Structs
Functions
Crate
empty
Copy item path
Source
Expand description
Empty collection and iterator.
Structs
§
Iter
An iterator that never yields anything.
List
A collection that is empty at creation and cannot be modified.
Functions
§
slice
Generate a empty slice from nothing.
slice_
mut
Generate a empty slice from nothing.