Skip to content

Commit a34c126

Browse files
authored
Update README.md
1 parent 8861100 commit a34c126

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
@@ -61,7 +61,7 @@ Internally, the tool uses a xor+ filter (see above) with 8 bits per fingerprint.
6161
# Implements of xor filters in other programming languages
6262

6363
* [Erlang](https://github.com/mpope9/exor_filter)
64-
* [Rust](https://github.com/codri/xorfilter-rs)
64+
* Rust: [1](https://github.com/bnclabs/xorfilter) and [2](https://github.com/codri/xorfilter-rs)
6565
* [C++](https://github.com/FastFilter/fastfilter_cpp)
6666
* [Go](https://github.com/FastFilter/xorfilter)
6767
* [C](https://github.com/FastFilter/xor_singleheader)

0 commit comments

Comments
 (0)