sval-rs / value-bag

Dynamic structured values for Rust
Apache License 2.0
27 stars 3 forks source link

Avoid panicking when buffering values #70

Closed KodrAus closed 12 months ago

KodrAus commented 12 months ago

Closes #63

This will need a fix in sval_buffer too, which looks like it panics if the Value fails to buffer too.