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 insmol_db_client
andsmol_db_server
- logging
- Public exposing of the
simple_logger_rs
logging library for use from dependants onsmol_db_common
- prelude