A Rust reimplementation of the official implementation
- Written in compiled language (namely, Rust)
- It is async (except the DB, but SQLite is fast enough not to be noticeable)
- Uses SQLite as the data storage, instead of the system's filesystem (automatically making it OS-agnostic)
- Client input is validated (so internal storage cannot be corrupted)