Docs.rs
worktrunk-0.24.0
worktrunk 0.24.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
max-sixty
Dependencies
ansi-str ^0.9
normal
anstream ^0.6
normal
anstyle ^1.0
normal
anyhow ^1.0
normal
askama ^0.15
normal
chrono ^0.4
normal
clap ^4.5
normal
clap_complete ^4.5
normal
color-print ^0.3
normal
config ^0.15
normal
crossbeam-channel ^0.5
normal
crossterm ^0.29
normal
dashmap ^6.1.0
normal
dirs ^6.0
normal
dunce ^1.0
normal
env_logger ^0.11
normal
etcetera ^0.11
normal
fs2 ^0.4.3
normal
home ^0.5.12
normal
ignore ^0.4
normal
indexmap ^2.13
normal
log ^0.4
normal
minijinja ^2.15
normal
normalize-path ^0.2.1
normal
once_cell ^1.21
normal
osc8 ^0.1.0
normal
path-slash ^0.2
normal
pathdiff ^0.2
normal
rayon ^1.11
normal
reflink-copy ^0.1
normal
regex ^1.12
normal
sanitize-filename ^0.6.0
normal
schemars ^1.2.1
normal
serde ^1.0
normal
serde_json ^1.0
normal
shell-escape ^0.1
normal
shellexpand ^3.1
normal
shlex ^1.3
normal
strum ^0.27
normal
supports-hyperlinks ^3
normal
synoptic ^2
normal
termimad ^0.34.1
normal
terminal_size ^0.4
normal
toml ^0.9
normal
toml_edit ^0.24
normal
tree-sitter ^0.26
normal
optional
tree-sitter-bash ^0.25.1
normal
optional
tree-sitter-highlight ^0.26
normal
optional
unicode-width ^0.2
normal
urlencoding ^2.1
normal
wait-timeout ^0.2
normal
which ^8.0
normal
wrap-ansi ^0.1
normal
ansi-to-html ^0.2.2
dev
criterion ^0.8
dev
insta ^1.46.3
dev
insta-cmd ^0.6
dev
portable-pty ^0.9
dev
regex ^1.12
dev
rstest ^0.26
dev
similar ^2.7.0
dev
tempfile ^3.24
dev
toml ^0.9
dev
vt100 ^0.16
dev
vergen-gitcl ^9.1.0
build
nix ^0.31
normal
signal-hook ^0.4
normal
skim ^0.20
normal
Versions
72.27%
of the crate is documented
Go to latest version
Platform
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
Skip to main content
Module sync
worktrunk
0.24.0
Module sync
Module Items
Structs
In crate worktrunk
worktrunk
Module
sync
Copy item path
Source
Expand description
Synchronization primitives for worktrunk.
Structs
ยง
Semaphore
A counting semaphore for limiting concurrency.
Semaphore
Guard
RAII guard that releases a semaphore permit on drop.