Commit graph

16 commits

Author SHA1 Message Date
Nikolay Kim
64b54e81fb fix wranings 2021-11-02 20:06:50 +06:00
Will Brown
503ec7a214
fix clippy (#55) 2021-08-04 08:52:04 +06:00
Nikolay Kim
709cd3216b proper use of NonNull 2021-06-27 19:39:08 +06:00
Nikolay Kim
ace681ba74 Reduce size of Option<Bytes> by using NonNull 2021-06-27 18:31:48 +06:00
Nikolay Kim
53e9487357 reserve space for put_slice 2021-06-27 10:26:00 +06:00
Nikolay Kim
fa6cd65cfc enable serde, add ByteString::as_slice() method 2021-06-27 09:11:18 +06:00
Nikolay Kim
3482ce510b update readme 2021-06-27 07:29:46 +06:00
Nikolay Kim
140f72fb66 fix docs link 2021-06-27 07:21:02 +06:00
Nikolay Kim
6d67cd3458 update changes 2021-06-27 07:17:38 +06:00
Nikolay Kim
8345556850 clippy 2021-06-26 14:21:13 +06:00
Nikolay Kim
630942bc68 clippy 2021-06-26 14:04:49 +06:00
Nikolay Kim
f85e65b3b9 Add ByteString::slice(), ByteString::slice_off(), ByteString::slice_to() 2021-06-26 08:58:28 +06:00
Nikolay Kim
04a9c7fff1 fix tests 2021-06-26 08:38:55 +06:00
Nikolay Kim
60885478bd add Bytes::trimdown() method 2021-06-26 00:49:58 +06:00
Nikolay Kim
0f796c7642 use ntex-bytes instead of bytes 2021-06-26 00:32:43 +06:00
Nikolay Kim
45463f209b fork bytes crate 2021-06-26 00:14:43 +06:00