Docs.rs
stabby-abi-72.1.1
stabby-abi 72.1.1
Permalink
Docs.rs crate page
EPL-2.0
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
p-avital
Dependencies
abi_stable ^0.11.0
normal
optional
libc ^0.2
normal
optional
rustversion <2
normal
serde ^1.0.203
normal
optional
sha2-const-stable ^0.1
normal
stabby-macros ^72.1.1
normal
rand ^0.8
dev
rustc_version ^0.4.1
build
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
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
stabby_
abi
72.1.1
Module vec
Module Items
Re-exports
Structs
In stabby_
abi::
alloc
stabby_abi
::
alloc
Module
vec
Copy item path
Source
Expand description
alloc::vec
, but ABI-stable
Re-exports
§
pub use super::single_or_vec::
SingleOrVec
;
Structs
§
Double
Ended
Drain
A vector drain that works on both ends.
Drain
An iterator that removes elements from a
Vec
.
Into
Iter
Vec
’s iterator.
Vec
A growable vector of elements.