Docs.rs
susy-codec-3.5.1
susy-codec 3.5.1
Permalink
Docs.rs crate page
Apache-2.0
19 June 2026
Links
Repository
crates.io
Source
Owners
SUSYLABS
Dependencies
arrayvec ^0.4
normal
serde ^1.0
normal
optional
susy-codec-derive ^3.3
normal
optional
serde_derive ^1.0
dev
susy-codec-derive ^3.3
dev
Versions
75%
of the crate is documented
Platform
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
Skip to main content
Module borrow
susy_
codec
3.5.1
Module borrow
Module Items
Enums
Traits
In susy_
codec::
alloc
susy_codec
::
alloc
Module
borrow
Copy item path
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.