Electron100 / butane

An ORM for Rust with a focus on simplicity and on writing Rust, not SQL
Apache License 2.0
94 stars 13 forks source link

Stabilise embed format #161

Closed jayvdb closed 11 months ago

jayvdb commented 11 months ago

Currently embed doesnt comply with rustfmt, and the contents of the JSON constantly change order because the data structures use HashMap which has no ordering guarantee.

jayvdb commented 11 months ago

Created https://github.com/Electron100/butane/issues/162 about an issue that occurred in the github actions, which I believe is unrelated.