Expand description
Database interface and implementations for Google Safe Browsing API
This crate provides the database abstraction layer for the Safe Browsing API.
It defines a common Database
trait and provides implementations for
in-memory storage and persistent disk storage.
Structs§
- Concurrent
Database - Thread-safe wrapper around an in-memory database
- Database
Stats - Database statistics
- InMemory
Database - In-memory database implementation
Enums§
- Database
Error - Error types for database operations
Constants§
- DEFAULT_
MAX_ DATABASE_ AGE - Default maximum database age before it’s considered stale
Traits§
- Database
- Database interface for Safe Browsing