Releases: danwilliams/rubedo
Releases · danwilliams/rubedo
Release 0.6.3
Fixed
- Fixed
std::PathExt.normalize()
on Windows - Fixed
std::PathExt.restrict()
on Windows - Fixed
std::PathExt.strip_root()
tests on Windows - Adjusted
IpAddr
referencing in theip!
macro
Changed
- Implemented
ThisError
for error types - Updated lint configuration for Rust 1.82
- Updated crate dependencies
Release 0.6.2
Added
- Added
From<AxumBody>
forhttp::UnpackedResponseBody
Release 0.6.1
Added
- Added feature flags for each module
Release 0.6.0
Release 0.5.4
Changed
- Updated lint configuration for Rust 1.79
- Updated lint configuration for Rust 1.80
- Updated lint configuration for Rust 1.81
- Updated crate dependencies
- Linted tests
- Moved linting configuration to
Cargo.toml
Release 0.5.3
Changed
- Added lint exception due to bug in Rust 1.78
- Updated crate dependencies
Release 0.5.2
Changed
- Updated lint configuration for Rust 1.77
- Updated crate dependencies
Release 0.5.1
Added
- Extended the
crypto
module- Added
Hashed
trait- Added
Hashed::from_digest()
- Added
- Implemented
Hashed
forSha256Hash
andSha512Hash
- Added
- Extended the
std
module- Added
AsyncFileExt
trait- Added
AsyncFile::hash()
- Added
- Added
FileExt
trait- Added
File::hash()
- Added
- Added
Fixed
- Fixed wrong links in README documentation
Changed
- Improved README documentation
Release 0.5.0
Added
- Extended the
std
module- Added
ByteSized
trait- Added
ByteSized::from_base64()
- Added
ByteSized::from_bytes()
- Added
ByteSized::from_hex()
- Added
ByteSized.as_bytes()
- Added
ByteSized.to_base64()
- Added
ByteSized.to_bytes()
- Added
ByteSized.to_hex()
- Added
ByteSized.to_vec()
- Added
- Added
ByteSizedFull
trait - Added
ByteSizedMut
trait- Added
ByteSizedMut.as_mut_bytes()
- Added
ByteSizedMut.into_bytes()
- Added
ByteSizedMut.into_vec()
- Added
- Added
ForceFrom
trait- Added
ForceFrom::force_from()
- Added
- Added
- Added
crypto
module to provide formal handling of hashes and keys- Added
Sha256Hash
struct - Added
Sha512Hash
struct - Added
SigningKeyExt
trait - Added
SigningKey
wrapper type- Added
SigningKey.generate()
- Added
SigningKey.into_inner()
- Added
SigningKey.verifying_key()
- Added
- Added
VerifyingKeyExt
trait - Added
VerifyingKey
wrapper type- Added
VerifyingKey.into_inner()
- Added
- Added