anderslanglands / ustr

Fast, FFI-friendly string interning for Rust
Other
151 stars 26 forks source link

Added serde Serialize and Deserialize traits for Ustr struct #5

Closed luke-titley closed 5 years ago

luke-titley commented 5 years ago

Quick and dirty traits for the Ustr type itself. Just implicitly converting to/from &str.

anderslanglands commented 5 years ago

Ahh sorry I'd misunderstood. Thanks for the PR!