arraystring
arraystring copied to clipboard
Fixed capacity stack based generic string that works on stable
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.