Docs.rs
tfrecord-0.15.0
tfrecord 0.15.0
Permalink
Docs.rs crate page
02 June 2026
Links
Homepage
Repository
crates.io
Source
Owners
jerry73204
Dependencies
async-std ^1.12.0
normal
optional
bytemuck ^1.14.0
normal
crc ^3.0.1
normal
futures ^0.3.28
normal
optional
hostname ^0.3.1
normal
image ^0.24.7
normal
optional
integer-encoding ^4.0.0
normal
itertools ^0.11.0
normal
ndarray ^0.15.6
normal
optional
noisy_float ^0.2.0
normal
num ^0.4.1
normal
num-traits ^0.2.16
normal
once_cell ^1.18.0
normal
pin-project ^1.1.3
normal
optional
prost ^0.12.0
normal
serde ^1.0.188
normal
optional
tch ^0.13.0
normal
optional
thiserror ^1.0.48
normal
anyhow ^1.0.75
dev
approx ^0.5.1
dev
async-std ^1.12.0
dev
csv ^1.2.2
dev
flate2 ^1.0.27
dev
indexmap ^2.0.0
dev
itertools ^0.11.0
dev
packed_struct ^0.10.1
dev
packed_struct_codegen ^0.10.1
dev
rand ^0.8.5
dev
rand_distr ^0.4.3
dev
serde ^1.0.188
dev
serde_json ^1.0.105
dev
structopt ^0.3.26
dev
ureq ^2.7.1
dev
anyhow ^1.0.75
build
flate2 ^1.0.27
build
glob ^0.3.1
build
hex ^0.4.3
build
once_cell ^1.18.0
build
prost-build ^0.12.0
build
tar ^0.4.40
build
tfrecord-codegen ^0.1.0
build
optional
ureq ^2.7.1
build
Versions
64.63%
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 error
tfrecord
0.15.0
Module error
Module Items
Enums
Type Aliases
In crate tfrecord
tfrecord
Module
error
Copy item path
Source
Expand description
Error types and error handling utilities.
Enums
§
Error
The error type for this crate.
Type Aliases
§
Result
The result with error type defaults to
Error
.