string icon indicating copy to clipboard operation
string copied to clipboard

Rust String type with configurable byte storage.

Results 13 string issues
Sort by recently updated
recently updated
newest added

The last published version is still on `bytes 0.4`.

I'm running up to date nightly. ``` error: `[Bytes]` cannot be resolved, ignoring it... ] 102/382: unicode-normalization, indexmap(doc), indexmap, string(doc), linked-hash-map(doc), futures-... --> /home/user/.cargo/registry/src/github.com-1ecc6299db9ec823/string-0.1.0/src/lib.rs:26:27 | 26 | /// party types,...

`From` and `From` are only implemented for `String` and `String`. I suppose you can't implement them for generic storage... is there even a trait that makes sense for generic byte...