Docs.rs
lofty-0.6.3
lofty 0.6.3
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
Serial-ATA
Dependencies
base64 ^0.13.0
normal
byteorder ^1.4.3
normal
cfg-if ^1.0.0
normal
flate2 ^1.0.23
normal
ogg_pager ^0.3.2
normal
once_cell ^1.10.0
normal
paste ^1.0.7
normal
criterion ^0.3.5
dev
structopt ^0.3.26
dev
tempfile ^3.3.0
dev
Versions
100%
of the crate is documented
Go to latest version
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
☰
Result
In lofty::error
?
Type Definition
lofty
::
error
::
Result
source
·
[
−
]
pub type Result<T> =
Result
<T,
LoftyError
>;
Expand description
Alias for
Result<T, LoftyError>