Docs.rs
ferogram-tl-types-0.3.8
ferogram-tl-types 0.3.8
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
ankit-chaubey
Dependencies
ferogram-tl-gen ^0.3.8
build
ferogram-tl-parser ^0.3.8
build
Versions
26.15%
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 deserialize
ferogram_
tl_
types
0.3.8
Module deserialize
Module Items
Structs
Enums
Traits
Functions
Type Aliases
In crate ferogram_
tl_
types
ferogram_tl_types
Module
deserialize
Copy item path
Source
Structs
§
Cursor
A zero-copy cursor over an in-memory byte slice.
Enums
§
Error
Errors that can occur during deserialization.
Traits
§
Deserializable
Deserialize a value from TL binary format.
Functions
§
tl_
debug
Returns
true
when the
FEROGRAM_TL_DEBUG
environment variable is set to any non-empty value. The result is cached after the first call so there is zero overhead in hot deserialisation paths when debugging is off.
Type Aliases
§
Buffer
Alias used by generated code:
crate::deserialize::Buffer<'_, '_>
.
Result
Specialized
Result
for deserialization.