Skip to content

Commit 6dddc5c

Browse files
authored
Update README.md
1 parent 81854ea commit 6dddc5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Reference: [Xor Filters: Faster and Smaller Than Bloom and Cuckoo Filters](https
2121
# Implements of xor filters in other programming languages
2222

2323
* [Erlang](https://github.com/mpope9/exor_filter)
24-
* Rust: [1](https://github.com/bnclabs/xorfilter) and [2](https://github.com/codri/xorfilter-rs)
24+
* Rust: [1](https://github.com/bnclabs/xorfilter), [2](https://github.com/codri/xorfilter-rs), [3](https://github.com/Polochon-street/rustxorfilter)
2525
* [C++](https://github.com/FastFilter/fastfilter_cpp)
2626
* [Go](https://github.com/FastFilter/xorfilter)
2727
* [C](https://github.com/FastFilter/xor_singleheader)

0 commit comments

Comments
 (0)