#sync-wrapper #sync-future

sync_wrapper

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

6 releases (3 stable)

1.0.2 Nov 20, 2024
1.0.1 Apr 8, 2024
1.0.0 Mar 14, 2024
0.1.2 Feb 1, 2023
0.1.0 May 16, 2020

#19 in Concurrency

Download history 2608107/week @ 2025-01-28 2848150/week @ 2025-02-04 2881941/week @ 2025-02-11 3364413/week @ 2025-02-18 3123993/week @ 2025-02-25 3533333/week @ 2025-03-04 3505854/week @ 2025-03-11 3906895/week @ 2025-03-18 3611115/week @ 2025-03-25 3267266/week @ 2025-04-01 3378584/week @ 2025-04-08 2846959/week @ 2025-04-15 3022043/week @ 2025-04-22 2810473/week @ 2025-04-29 3047784/week @ 2025-05-06 2567773/week @ 2025-05-13

11,875,158 downloads per month
Used in 17,511 crates (42 directly)

Apache-2.0

11KB
91 lines

Latest Version Rust Documentation

SyncWrapper

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

This library is inspired by this discussion.

Dependencies