mers/mers_lib
Mark 8bdd6e00e8 Add lock_update function for safer multithreading
&v = (v, 1).sum might fail if two threads do it at the same time or something, so you can now lock the reference to ensure no other thread messes with your data while you update its value
2023-11-10 13:18:34 +01:00
..
src Add lock_update function for safer multithreading 2023-11-10 13:18:34 +01:00
Cargo.toml added better error messages inspired by rustc/cargo 2023-10-23 21:48:15 +02:00
doc.md mers rewrite is starting to be usable 2023-08-14 17:17:08 +02:00
init_to.rs full rewrite, kinda works 2023-07-28 00:33:15 +02:00