Docs.rs
alacritty_terminal-0.16.0-rc2
alacritty_terminal 0.16.0-rc2
Docs.rs crate page
Apache-2.0
Links
Homepage
crates.io
Source
Owners
chrisduerr
github:alacritty:publishers
Dependencies
alacritty_config_derive ^0.1.0
normal
base64 ^0.13.0
normal
bitflags ^1
normal
dirs ^3.0.1
normal
libc ^0.2
normal
log ^0.4
normal
mio ^0.6.20
normal
mio-extras ^2
normal
parking_lot ^0.11.0
normal
regex-automata ^0.1.9
normal
serde ^1
normal
serde_yaml ^0.8
normal
unicode-width ^0.1
normal
vte ^0.10.0
normal
serde_json ^1.0.0
dev
nix ^0.22.0
normal
signal-hook ^0.3.10
normal
signal-hook-mio ^0.2.1
normal
mio-anonymous-pipes ^0.2
normal
miow ^0.3
normal
winapi ^0.3.7
normal
Versions
68.18%
of the crate is documented
Go to latest stable release
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Module sync
Structs
?
Module
alacritty_terminal
::
sync
[
−
]
[src]
Expand description
Synchronization types.
Most importantly, a fair mutex is included.
Structs
FairMutex
A fair mutex.