This repository contains a simple implementation of bloom filter. There are two different implementations one in python and another in rust. More details of these are presented in the respective README of each language directory.
The code is a Python and Rust version of Arpit Bhayani's (Asli Engineer) version of implementing a bloom filter in Golang. Here's the link to his video, do give it a watch.