naomijub / edn-rs

[DEPRECATED]: Crate to parse and emit EDN
https://crates.io/crates/edn-rs
MIT License
81 stars 14 forks source link

Index by usize #143

Closed Grinkers closed 7 months ago

Grinkers commented 8 months ago

Cleaner code, no downsides, and better performance on 32 bit systems. Partial revert from making Edn's uint u64.