First commit

This commit is contained in:
wborgeaud
2022-03-07 22:21:58 +01:00
commit 3509a39756
5 changed files with 16 additions and 0 deletions

1
src/lib.rs Normal file
View File

@@ -0,0 +1 @@
pub mod semaphore;

1
src/semaphore.rs Normal file
View File

@@ -0,0 +1 @@