fingerprint-sensor

Crates.iofingerprint-sensor
lib.rsfingerprint-sensor
version0.1.2
created_at2024-12-20 19:37:04.793401+00
updated_at2025-01-16 23:57:31.425496+00
descriptionA Rust library for interfacing with fingerprint sensors.
homepage
repositoryhttps://github.com/mushonnip/fingerprint-sensor
max_upload_size
id1490464
size18,569
Abu Mushonnip (mushonnip)

documentation

README

fingerprint-sensor

Docs crates.io

fingerprint-sensor is a Rust library for interfacing with fingerprint sensors. This project aims to provide an easy-to-use API for biometric authentication and fingerprint sensor interaction, especially in embedded environments.

Features

  • Enroll and store fingerprints in the sensor's memory.
  • Match fingerprints against stored templates.
  • Delete specific fingerprints or clear all stored templates.

Installation

cargo add fingerprint-sensor

Usage

See the examples folder for a simple example of how to use the library.

Supported Sensors

This library is designed to work with UART-based fingerprint sensors. Compatibility with specific models will be documented as development progresses. In this time, I can confirm that the following sensors are supported:

  • AS608 Optical Finger Print Sensor Module

License

This project is released under the MIT License.

Acknowledgments

Commit count: 8

cargo fmt