Docs.rs
ffmpeg-dev-0.3.7
Platform
x86_64-apple-darwin
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
ffmpeg-dev 0.3.7
Self contained (no net/sys deps) static rust bindings to ffmpeg.
Crate
Source
Builds
Feature flags
Documentation
Hide files
..
api
extra
api.rs
extra.rs
lib.rs
main.rs
sys.rs
1
2
3
4
#!
[
allow
(
unused
)
]
pub
mod
sys
;
pub
mod
api
;
pub
mod
extra
;