kyren / piccolo

An experimental stackless Lua VM implemented in pure Rust
Creative Commons Zero v1.0 Universal
1.62k stars 59 forks source link

Valid UTF-8 when deserializing on serde #85

Closed Jengamon closed 2 months ago

Jengamon commented 2 months ago

When deserializing serde values (that could be anything), if a string only consists of valid UTF-8, attempt to go down the string path.