# Simplee > Aabel > Bloom Filter [![Crates.io][crates-badge]][crates-url] [![CI][ci-badge]][ci-url] ![GitHub top language][lang-badge] [![License:MIT][license-badge]][license-url] ![GitHub code size in bytes][size-badge] ![GitHub last commit][last-commit-badge] ![GitHub watchers][watchers-badge] A crate which implements the [Bloom filter][bloomfilter-url]. ## About > Code designed and written on the beautiful island of [**Saaremaa**][estonia], Estonia. [crates-badge]: https://img.shields.io/crates/v/aabel-bloom-rs.svg [crates-url]: https://crates.io/crates/aabel-bloom-rs [ci-badge]: https://github.com/veminovici/aabel-bloom-rs/actions/workflows/ci.yml/badge.svg?branch=main [ci-url]: https://github.com/veminovici/aabel-bloom-rs/actions/workflows/ci.yml [lang-badge]: https://img.shields.io/github/languages/top/veminovici/aabel-bloom-rs [license-badge]: https://img.shields.io/badge/License-MIT-yellow.svg [license-url]: https://opensource.org/licenses/MIT [size-badge]: https://img.shields.io/github/languages/code-size/veminovici/aabel-bloom-rs [last-commit-badge]: https://img.shields.io/github/last-commit/veminovici/aabel-bloom-rs [watchers-badge]: https://img.shields.io/github/watchers/veminovici/aabel-bloom-rs [estonia]: https://goo.gl/maps/DmB9ewY2R3sPGFnTA [bloomfilter-url]: https://en.wikipedia.org/wiki/Bloom_filter