Chojan Shang
Chojan Shang
Also see https://github.com/chyh1990/yaml-rust/pull/157 ritelinked is a fork of the popular crate hashlink, provides `LinkedHashMap` & `LinkedHashSet` . You can easily use it on std or no_std environment.
https://github.com/async-raft/async-raft is An implementation of the Raft distributed consensus protocol using the Tokio framework.
Need to wait for the upstream tikv/raft-rs to release 0.6.0 . Related: https://github.com/tikv/raft-rs/issues/429
The following API should be implemented: **Current expectations** - [ ] `Entries` API, used by ckb-util - [ ] `rayon` support, just like indexmap or griddle - [ ] compare...
I noticed that @quininer has implemented a 0-unsafe `LinkedHashMap`. See https://github.com/quininer/linkedhashmap . It seems that 0-unsafe has no loss in performance. I have no prejudice against unsafe, I just think...
RiteLinked is similar to most other implementations such as `linked-hash-map` & `linked-hash-set`, but adding more documentation and improving test coverage is still necessary.
- [x] 基本概念 - [ ] 顺序索引 - [ ] 散列索引 - [ ] 延伸阅读
**Summary** After the release of 0.8, we plan to version the documentation. We now plan to use a similar approach to docusaurus: - keeping only the latest version - providing...
It's an experimental idea. Can we adapt an ORM like `sqlx` to gain the ability to interact with several popular databases, including SQLite? A possible scenario is > The user...