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.