Docs.rs
bdb_parser-0.1.1
bdb_parser 0.1.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
jscatena88
Dependencies
byteorder ^1.4
normal
nom ^7.1.3
normal
serde ^1.0
normal
serde_json ^1.0
normal
Versions
43.33%
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
bdb_
parser
0.1.1
All Items
Crate Items
Re-exports
Modules
Crate
bdb_parser
Copy item path
Source
Re-exports
§
pub use parsers::
parse_track_database
;
pub use
models
::*;
Modules
§
models
This module contains the data structures and enums used to represent the parsed data.
parsers
This module contains the parsing functions for the file format.