[][src]Crate fprint_rs

Structs

Device
DiscoveredDev

These functions allow you to scan the system for supported fingerprint scanning hardware. This is your starting point when integrating libfprint into your software.

DiscoveredDevices
Driver

Internally, libfprint is abstracted into various drivers to communicate with the different types of supported fingerprint readers. libfprint works hard so that you don't have to care about these internal abstractions, however there are some situations where you may be interested in a little behind-the-scenes driver info.

FPrint
Image
Location
PrintData

Enums

CaptureResult
EnrollResult

Enrollment result codes returned from Device::enroll_finger. Result codes with RETRY in the name suggest that the scan failed due to user error. Applications will generally want to inform the user of the problem and then retry the enrollment stage.

FPrintError
Finger
NotSupportContext
NullPtrContext
ScanType

Devices require either swiping or pressing the finger on the device. This is useful for front-ends.

SizeVariant
VerifyResult

Type Definitions

Result