Docs.rs
tetsy-codec-3.0.0
tetsy-codec 3.0.0
Docs.rs crate page
Apache-2.0
14 July 2026
Links
Repository
crates.io
Source
Owners
litecreator
Dependencies
arrayvec ^0.4
normal
serde ^1.0
normal
optional
tetsy-codec-derive ^3.0
normal
optional
serde_derive ^1.0
dev
tetsy-codec-derive ^3.0
dev
Versions
72.41%
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 alloc
tetsy_
codec
3.0.0
Module alloc
Module Items
Modules
Macros
In crate tetsy_
codec
tetsy_codec
Module
alloc
Copy item path
Source
Modules
§
borrow
A module for working with borrowed data.
boxed
The
Box<T>
type for heap allocation.
string
A UTF-8–encoded, growable string.
vec
A contiguous growable array type with heap-allocated contents, written
Vec<T>
.
Macros
§
vec
Creates a
Vec
containing the arguments.