shuttle-sync 0.1.0

sync wrapper for the Shuttle concurrency testing tool.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "shuttle-sync"
version = "0.1.0"
edition = "2024"
license = "Apache-2.0"
description = "sync wrapper for the Shuttle concurrency testing tool."

[features]
shuttle = [ "dep:shuttle-sync-inner" ]

[dependencies]
cfg-if = "1.0"
shuttle-sync-inner = { path = "./shuttle_sync_inner", version = "0.1.0", optional = true }