Docs.rs
radix-rust-1.3.0
radix-rust 1.3.0
Permalink
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
radixbot
Dependencies
hashbrown ^0.13.2
normal
optional
indexmap ^2.2.5
normal
serde ^1.0.144
normal
optional
Versions
39.55%
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
Module borrow
radix_
rust
1.3.0
Module borrow
Module Items
Enums
Traits
In radix_
rust::
rust
Modules
alloc
borrow
boxed
cell
clone
cmp
collections
convert
default
fmt
hash
iter
marker
mem
num
ops
option
prelude
ptr
rc
result
slice
str
string
sync
vec
Macros
format
vec
radix_rust
::
rust
Module
borrow
Copy item path
Settings
Help
Summary
1.0.0
·
Source
Expand description
A module for working with borrowed data.
Enums
§
Cow
A clone-on-write smart pointer.
Traits
§
Borrow
A trait for borrowing data.
Borrow
Mut
A trait for mutably borrowing data.
ToOwned
A generalization of
Clone
to borrowed data.