+5
README.md
+5
README.md
···
18
18
Forgetting a Read/Write guard could lead to UB, so i detect that and panic if it happens. In order to make
19
19
the detection cheap it doesn't differentiate between cases where a forget would lead to UB and cases where
20
20
it doesn't. Just don't forget the guards and it won't panic.
21
+
22
+
## Git
23
+
This project is hosted on [tangled](https://tangled.org/did:plc:54jgbo4psy24qu2bk4njtpc4/simple-left-right/),
24
+
[github](https://github.com/luca3s/simple-left-right) and [codeberg](https://codeberg.org/increasing/simple-left-right).
25
+
You can create issues and PRs on any platform you like.