#information #static #mutual #help #compiler #primitive

sync_wrapper

A tool for enlisting the compiler's help in proving the absence of concurrency

5 releases (2 stable)

1.0.1 Apr 8, 2024
1.0.0 Mar 14, 2024
0.1.2 Feb 1, 2023
0.1.1 Aug 14, 2021
0.1.0 May 16, 2020

#50 in Concurrency

Download history 538503/week @ 2024-01-03 581940/week @ 2024-01-10 648895/week @ 2024-01-17 647181/week @ 2024-01-24 848946/week @ 2024-01-31 839972/week @ 2024-02-07 851285/week @ 2024-02-14 930322/week @ 2024-02-21 973663/week @ 2024-02-28 988050/week @ 2024-03-06 1008629/week @ 2024-03-13 1036430/week @ 2024-03-20 1039188/week @ 2024-03-27 1146362/week @ 2024-04-03 1161315/week @ 2024-04-10 956176/week @ 2024-04-17

4,502,501 downloads per month
Used in 11,072 crates (17 directly)

Apache-2.0

11KB
80 lines

Latest Version Rust Documentation

SyncWrapper

A mutual exclusion primitive that relies on static type information only.

This library is inspired by this discussion.


lib.rs:

A mutual exclusion primitive that relies on static type information only

This library is inspired by this discussion.

Dependencies