maciejhirsz / kobold

Easy declarative web interfaces.
https://docs.rs/kobold/
Mozilla Public License 2.0
385 stars 7 forks source link

Add missing trait impls for VString #89

Closed maciejhirsz closed 1 year ago

maciejhirsz commented 1 year ago

VString now implements the following traits: Default, PartialEq, Eq, PartialOrd, Ord, Hash, Debug, Display, Write.