Docs.rs
fluence-it-types-0.4.1
fluence-it-types 0.4.1
Permalink
Docs.rs crate page
Apache-2.0
Links
crates.io
Source
Owners
folex
mikevoronov
ValeryAntopol
nahsi
Dependencies
it-to-bytes ^0.1.0
normal
nom ^7.1
normal
optional
serde ^1.0.152
normal
variant_count ^1.1
normal
wast ^8.0
normal
optional
Versions
97.92%
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
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 ne_vec
fluence_
it_
types
0.4.1
Module ne_vec
Module Items
Structs
In crate fluence_
it_
types
fluence_it_types
Module
ne_vec
Copy item path
Source
Expand description
NEVec<T>
represents a non-empty
Vec<T>
.
Structs
ยง
Empty
Vec
Represents the only error that can be emitted by
NEVec
, i.e. when the number of items is zero.
NEVec
NEVec<T>
represents a non-empty
Vec<T>
. It derefs to
Vec<T>
directly.