This project contains libraries used all over my projects.
This is a basic class that handles an in-memory database and saves it using JSON.
Has object edit tracking, but a function must be called in order to be registered immediately.
An object that tries to imitate Result<OK, Error> in Rust.
Probably not worth the extra allocated memory, but still, I like my extended null-safety.
A class that spreads data from one source to multiple streams using multiple threads.