Docs.rs
aseprite-loader-0.4.0
aseprite-loader 0.4.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
bikeshedder
Dependencies
bitflags ^2
normal
flate2 ^1
normal
itertools ^0.14
normal
nom ^8
normal
strum ^0.27
normal
thiserror ^2
normal
image ^0.25
dev
tempfile ^3.10.1
dev
Versions
89.24%
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
aseprite_
loader
0.4.0
In aseprite_
loader::
binary::
chunks::
user_
data
Structs
PropertiesMap
Property
UserDataChunk
UserDataFlags
Enums
PropertyType
Value
Vector
Functions
parse_properties_map
parse_properties_maps
parse_property
parse_user_data_chunk
parse_value
parse_vector
aseprite_loader
::
binary
::
chunks
::
user_data
Function
parse_value
Copy item path
Settings
Help
Summary
Source
pub fn parse_value(input: &[
u8
]) ->
ParseResult
<'_,
Value
<'_>>