mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
1.1 KiB
1.1 KiB
Changes
[0.1.11] (2022-01-31)
- Fix conversion from BytesVec to BytesMut and back (BytesVec::with_bytes_mut())
[0.1.11] (2022-01-30)
- Add BytesVec type
[0.1.10] (2022-01-26)
-
Rename Pool::is_pending() to is_ready()
-
Use u32 instead of u16 for read/write params
[0.1.9] (2022-01-10)
- Add optional simd utf8 validation
[0.1.8] (2021-12-18)
- Remove futures patch dependency
[0.1.7] (2021-12-06)
- Fix dealloc for vec representation
[0.1.6] (2021-12-03)
- Better api usability
[0.1.5] (2021-12-02)
-
Split,freeze,truncate operations produce inline Bytes object if possible
-
Refactor Vec representation
-
Introduce memory pools
[0.1.4] (2021-06-27)
- Reduce size of Option by using NonNull
[0.1.2] (2021-06-27)
- Reserve space for put_slice
[0.1.1] (2021-06-27)
-
Add
ByteString::as_slice()
method -
Enable serde
[0.1.0] (2021-06-27)
-
Add
Bytes::trimdown()
method -
Add
ByteString::slice()
,ByteString::slice_off()
,ByteString::slice_to()
-
Remove unused code
-
Project fork from 0.4 version