stalwartlabs / jmap-client

JMAP client library for Rust
Apache License 2.0
64 stars 8 forks source link

Project "moo": Use Cows instead of Strings #1

Open mdecimus opened 2 years ago

mdecimus commented 2 years ago

Replace all impl Into<String> with impl Into<Cow<str>>.