Docs.rs
swf-parser-0.14.0
swf-parser 0.14.0
Docs.rs crate page
AGPL-3.0-or-later
Links
Homepage
Repository
crates.io
Source
Owners
demurgos
Dependencies
half ^1.8.2
normal
inflate ^0.4.5
normal
optional
lzma-rs ^0.2.0
normal
optional
memchr ^2.5.0
normal
nom ^7.1.1
normal
swf-fixed ^0.1.5
normal
swf-types ^0.14.0
normal
serde ^1.0.137
dev
serde_json_v8 ^0.1.1
dev
swf-types ^0.14.0
dev
test-generator ^0.3.0
dev
Versions
51.67%
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
parse_rect_bits
swf_
parser
0.14.0
In swf_
parser::
streaming::
basic_
data_
types
swf_parser
::
streaming
::
basic_data_types
Function
parse_
rect_
bits
Copy item path
Source
pub fn parse_rect_bits(input: (&[
u8
],
usize
)) ->
IResult
<(&[
u8
],
usize
),
Rect
>