Docs.rs
twine-data-0.1.0
twine-data 0.1.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
c-cube
Dependencies
bumpalo ^3.16
normal
optional
bumpalo ^3.16
dev
leb128 ^0.2
dev
proptest ^1.0
dev
serde_json ^1.0.135
dev
Versions
57.65%
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 types
twine_
data
0.1.0
Module types
Module Items
Structs
Enums
Type Aliases
In crate twine_
data
twine_data
Module
types
Copy item path
Source
Expand description
Base types.
These types are used throughout the library.
Structs
§
Error
Variant
Idx
A constructor index, used to encode
enum
s (sum types, optional, etc.) by their index.
Enums
§
Immediate
Immediate value, without nesting.
Type Aliases
§
Offset
An offset in a blob.
Result
Tag
A tag, similar to a CBOR tag.