roc/crates/roc_std
Brendan Hansknecht 4b8693537a
Simplify Refcounting
Instead of -max_size to -1 for regular refcounts, use 1 to max_size.
0 still means constant refcount.
The highest bit is used to signify atomic refcounting required.
This does not turn on any sort of atomic refcounting.
2025-01-01 11:00:18 -08:00
..
src Simplify Refcounting 2025-01-01 11:00:18 -08:00
tests Implemented Default, PartialOrd, and Ord for RocDec 2024-10-14 14:50:53 +02:00
Cargo.toml Have RustGlue bundle roc_std 2023-06-26 09:48:27 -04:00