arraystring icon indicating copy to clipboard operation
arraystring copied to clipboard

Fixed capacity stack based generic string that works on stable

Results 4 arraystring issues
Sort by recently updated
recently updated
newest added

We are almost there. I don't see any issue to be solveed before merge, I would like to implement fuzzing for ArrayString and to leave it running in a machine...

- Added usize based string - Added it to benchmarks - it's a LOT faster than SmallString. - still missing most functions and a bit of docs, but nothing to...

Hello, I'm trying to use ArrayString with diesel and it fails to derive AsChangeset. ``` table! { ... users (id) { ... password_hash -> Varchar, ... } } type PasswordHash...

I wonder whether it'd be possible to substitute the `typenum` crate with the subset of const generics stabilized since Rust 1.51.