mirror of https://github.com/fafhrd91/actix-net
				
				
				
			
		
			
				
	
	
	
		
			1.5 KiB
		
	
	
	
	
	
			
		
		
	
	
			1.5 KiB
		
	
	
	
	
	
Changes
Unreleased
- Minimum supported Rust version (MSRV) is now 1.76.
 
1.5.0
- Migrate 
serdedependency toserde_core. - Minimum supported Rust version (MSRV) is now 1.75.
 - Switch 
serdetoserde_core 
1.4.0
- Add 
ByteString::split_at()method. - Minimum supported Rust version (MSRV) is now 1.71.
 
1.3.1
- No significant changes since 
1.3.0. 
1.3.0
- Implement 
AsRef<ByteString>forByteString. 
1.2.1
- Fix 
#[no_std]compatibility. #471 
1.2.0
- Add 
ByteString::slice_refwhich can safely slice aByteStringinto a new one with zero copy. #470 - Minimum supported Rust version (MSRV) is now 1.57.
 
1.1.0
- Implement 
From<Box<str>>forByteString. #458 - Implement 
Into<String>forByteString. #458 - Minimum supported Rust version (MSRV) is now 1.49.
 
1.0.0
- Update 
bytesdependency to1. - Add array and slice of 
u8impls ofTryFromup to 32 in length. - Rename 
get_reftoas_bytesand renameinto_innertointo_bytes. ByteString::newis now aconst fn.- Crate is now 
#[no_std]compatible. 
0.1.5
- Serde support
 
0.1.4
- Fix 
AsRef<str>impl 
0.1.3
- Add 
PartialEq<T: AsRef<str>>,AsRef<[u8]>impls 
0.1.2
- Fix 
new()method - Make 
ByteString::from_static()andByteString::from_bytes_unchecked()methods const. 
0.1.1
- Fix hash impl
 
0.1.0
- Initial release