sval-rs / value-bag

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

Add const ctors for ValueBag #80

Closed KodrAus closed 9 months ago

KodrAus commented 9 months ago

Closes #72

This PR adds inherent const constructors for ValueBag from most common primitives. Among those is a ValueBag::empty() method that produces the none variant.