Skip to content

Commit 32d134b

Browse files
authored
Add crates.io badge to README
1 parent 05b4358 commit 32d134b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.adoc

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
= Possum
22

3+
image:https://img.shields.io/crates/v/possum-db[Crates.io Version]
4+
35
== What is it?
46

57
Possum is a key-value cache stored directly on disk. It supports concurrent access from multiple processes without requiring interprocess communication or sidecar processes. It efficiently evicts data by using hole punching and sparse files. It supports read snapshots by using file cloning, a feature available on https://www.ctrl.blog/entry/file-cloning.html[filesystems] such as Btrfs, XFS, ZFS, APFS and ReFSv2.

0 commit comments

Comments
 (0)