4 Commits

Author SHA1 Message Date
6d4638e653 nix: switch to rustup
Signed-off-by: William Casarin <jb55@jb55.com>
2025-02-11 10:37:57 -08:00
bfcc6e27e9 rustfmt
Signed-off-by: William Casarin <jb55@jb55.com>
2024-12-09 09:35:34 -08:00
2d87c3bcd0 Add more build tools to shell.nix
Signed-off-by: Daniel D’Aquino <daniel@daquino.me>
2024-08-23 14:31:03 -07:00
c0cded7255 Improve relay draft
This commit brings a compilable, runnable relay draft, with logging
setup, basic README instructions, Mutex protection around shared
resources, implemented with code safety in mind

Notes:
- This is not fully tested
- The mutex design is not the most efficient, and could cause some contention on high traffic
- The REST API is not yet integrated
2024-07-19 20:52:30 -07:00