Docs.rs
swf-0.2.2
swf 0.2.2
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
kmeisthax
Herschel
adrian17
Dependencies
bitflags ^2.7.0
normal
bitstream-io ^2.6.0
normal
byteorder ^1.5
normal
encoding_rs ^0.8.35
normal
enum-map ^2.7.3
normal
flate2 ^1.0.35
normal
optional
log ^0.4
normal
lzma-rs ^0.3.0
normal
optional
num-derive ^0.4.2
normal
num-traits ^0.2.19
normal
simple_asn1 ^0.6.3
normal
Versions
9.08%
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
Files
swf/
avm2.rs
1
pub mod
read;
2
pub mod
types;
3
pub mod
write;
4
5
mod
opcode;