mirror of
https://github.com/fafhrd91/actix-net
synced 2024-11-24 00:01:11 +01:00
994 B
994 B
Changes
Unreleased - 2022-xx-xx
- Minimum supported Rust version (MSRV) is now 1.57.
1.1.0 - 2022-06-11
- Implement
From<Box<str>>
forByteString
. #458 - Implement
Into<String>
forByteString
. #458 - Minimum supported Rust version (MSRV) is now 1.49.
1.0.0 - 2020-12-31
- Update
bytes
dependency to1
. - Add array and slice of
u8
impls ofTryFrom
up to 32 in length. - Rename
get_ref
toas_bytes
and renameinto_inner
tointo_bytes
. ByteString::new
is now aconst fn
.- Crate is now
#[no_std]
compatible.
0.1.5 - 2020-03-30
- Serde support
0.1.4 - 2020-01-14
- Fix
AsRef<str>
impl
0.1.3 - 2020-01-13
- Add
PartialEq<T: AsRef<str>>
,AsRef<[u8]>
impls
0.1.2 - 2019-12-22
- Fix
new()
method - Make
ByteString::from_static()
andByteString::from_bytes_unchecked()
methods const.
0.1.1 - 2019-12-07
- Fix hash impl
0.1.0 - 2019-12-07
- Initial release