Akase Haruka
Akase Haruka
**Describe the bug** 1. 1.11.7 version fails to build on jitpack 2. version 1.11.6 on jitpack cannot be use as a dependency 3. readme guide is wrong **Platform(s)** - [x]...
This PR introduces the implementation of the `AsyncWrite` trait for the `Hasher` struct, allowing user to read asynchronously using the Tokio library and using `tokio::io::copy`. The changes include: - Updating...
eg. for a struct like this: ``` #[derive(rkyv::Archive, rkyv::Serialize, rkyv::Deserialize)] pub struct Foo { /// some docs pub bar: String, } ``` The derived `ArchivedFoo` won't copy the doc of...
When std is disabled, the hash map type will be used from alloy-primitives.
### Describe the feature There's serval reasons to do this: - when using `alloy-primitives::map::HashMap` (eg. std not enabled), the `rayon::IntoParallelIterator` is not enabled for `alloy-primitives::map::HashMap` by default, also `alloy-primitives` did...
Since rand v0.5, the trait `rand::Rand` is deprecated. This pull request shows a possible way to upgrade the rand dep. Marker trait is used to avoid huge change to the...