knickish
knickish
Wanted to use pickleDB, but trying to avoid having quote + syn in my build tree. This change optionally reduces the number of deps for the library to one, with...
# TITLE - Convert elevation map to a compile-time value instead of lazily initialized value ## Status - [x] Ready - [ ] Development - [ ] Hold ## Description...
Closes #12. Leaving this in draft for a while, pending feedback for or against. Will try to keep PR up to date with current master. Some timing results on my...
Need to add different strategies for handling collections. Hashmaps/sets are straightforward, but need to decide on better ways than `==` for comparing Vecs/Arrays/LinkedLists/Maps (and allow recursion, probably). - [x] unordered/hashable...
Now that [error in core is stabilizing](https://github.com/rust-lang/rust/issues/103765#issuecomment-2155244052), look at simplifying the feature flags (and making them additive). CI will fail here until it finishes stabilizing, but if we wait for...