- Refactor the project to make all of the WALs based on the generic implementation.
- Support different memtables based on
crossbeam-skiplist
orskl
- More user-friendly APIs
- Support
no-std
environment
FEATURES
- Support
K: ?Sized
andV: ?Sized
forOrderWal
. - Use
flush_header_and_range
instead offlush_range
when insertion.
- Publish version
0.1.0