Docs.rs
tetsy-codec-3.0.0
tetsy-codec 3.0.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
marlonhanks
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
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 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.