Docs.rs
mca-parser-1.0.2
mca-parser 1.0.2
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
funnyboy-roks
Dependencies
fastnbt ^2.3.2
normal
miniz_oxide ^0.7.1
normal
serde ^1.0.152
normal
Versions
100%
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
mca_
parser
1.0.2
Module error
Module Items
Enums
Type Aliases
In crate mca_
parser
mca_parser
Module
error
Copy item path
Source
Expand description
Module which contains information about potential errors that may occur while using this crate
Enums
§
Error
The general error type which wraps other errors
Type Aliases
§
Result
A type alias used throughout the create to reduce repetition of the
Error
enum