manunio
|
820e17343c
|
ron: initial integration (#8676)
Hi, [RON](https://github.com/ron-rs/ron) is a simple readable data
serialization format that looks similar to Rust syntax. It's designed to
support all of [Serde's data model](https://serde.rs/data-model.html),
so structs, enums, tuples, arrays, generic maps, and primitive values.
- It has 3 million+ downloads as per
[crates.io](https://crates.io/crates/ron).
- It's being used by projects like:
- [bevy](https://github.com/bevyengine/bevy)
- [egui](https://github.com/emilk/egui)
- [Fyrox](https://github.com/FyroxEngine/Fyrox)
- [orbtk](https://github.com/redox-os/orbtk)
- [wgpu](https://github.com/gfx-rs/wgpu)
- [gitui](https://github.com/extrawurst/gitui)
- [insta](https://github.com/mitsuhiko/insta)
- [serde_with](https://github.com/jonasbb/serde_with)
|
2022-10-06 10:52:13 -04:00 |