Docs.rs
kitti-dataset-0.3.0
kitti-dataset 0.3.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
jerry73204
Dependencies
csv ^1.2.2
normal
image ^0.25.1
normal
itertools ^0.11.0
normal
measurements ^0.11.0
normal
noisy_float ^0.2.0
normal
num-derive ^0.4.0
normal
num-traits ^0.2.16
normal
serde ^1.0.188
normal
slice-of-array ^0.3.2
normal
thiserror ^1.0.48
normal
anyhow ^1.0.75
dev
clap ^4.5.4
dev
indicatif ^0.17.8
dev
rayon ^1.10.0
dev
Versions
1.19%
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
Files
kitti_dataset/
object.rs
1
mod
label;
2
3
pub use
crate
::calib_codegen::ObjectCalibration
as
Calibration;
4
pub use
label::
*
;