callum-oakley / json5-rs

A Rust JSON5 serializer and deserializer which speaks Serde.
ISC License
184 stars 23 forks source link

Remove Pest from the public API #34

Open SabrinaJewson opened 2 years ago

SabrinaJewson commented 2 years ago

This allows the library to upgrade to new version of Pest without making a breaking change to its own public API.