Docs.rs
static-video-server-0.1.3
static-video-server 0.1.3
Docs.rs crate page
Links
Homepage
Repository
crates.io
Source
Owners
aalekhpatel07
Dependencies
askama ^0.11.1
normal
axum ^0.6.1
normal
axum-macros ^0.3.0
normal
clap ^4.0.32
normal
lazy_static ^1.4.0
normal
tokio ^1.23.0
normal
tokio-util ^0.7.4
normal
tower ^0.4.13
normal
tower-http ^0.3.5
normal
tracing ^0.1.37
normal
tracing-subscriber ^0.3.16
normal
Versions
50%
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
SharedState
static_
video_
server
0.1.3
Shared
State
Aliased Type
In crate static_
video_
server
static_video_server
Type Alias
Shared
State
Copy item path
Source
pub type SharedState =
Arc
<
Mutex
<
VideoPlayerState
>>;
Aliased Type
ยง
pub struct SharedState {
/* private fields */
}