Crate smol_db_common

Source
Expand description

Common library between the client and server for smol_db

Modulesยง

db
Contains the struct that represents specific databases.
db_content
Contains the struct representing the content structure of a database, which is a hashmap.
db_data
Contains the struct and implementations for specific data points within a database.
db_list
Contains structs and implementations for managing the active list of databases, that are both in filesystem, and in cache. Also handles what to do when packets are received that modify any database that does or does not exist.
db_packets
Sub-module that contains the modules for all the various packet types and implementations.
encryption
Encryption module for smol_db, used in smol_db_client and smol_db_server
logging
Public exposing of the simple_logger_rs logging library for use from dependants on smol_db_common
prelude