Docs.rs
scuffle-rtmp-0.2.3
scuffle-rtmp 0.2.3
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
TroyKomodo
github:scufflecloud:developers
Dependencies
bitmask-enum ^2.2.5
normal
byteorder ^1.5
normal
bytes ^1.5
normal
document-features ^0.2
normal
optional
hmac ^0.12
normal
num-derive ^0.4
normal
num-traits ^0.2
normal
nutype-enum ^0.1.4
normal
rand ^0.9
normal
scuffle-amf0 ^0.2.1
normal
scuffle-bytes-util ^0.1.3
normal
scuffle-changelog ^0.1.0
normal
optional
scuffle-context ^0.1.3
normal
scuffle-future-ext ^0.1.3
normal
scuffle-workspace-hack ^0.1.0
normal
serde ^1
normal
serde_derive ^1
normal
sha2 ^0.10
normal
thiserror ^2.0
normal
tokio ^1.36
normal
tracing ^0.1
normal
serde_json ^1.0
dev
tokio ^1.44.1
dev
tracing ^0.1.41
dev
tracing-subscriber ^0.3.19
dev
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
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
Files
scuffle_rtmp/session/
mod.rs
1
//! High-level API to drive RTMP sessions.
2
3
pub mod
server
;