blatherskite

a toy discord-like chat app backend written for a swe class
Log | Files | Refs | README

ModeNameSize
-rw-r--r--.gitignore1L
-rw-r--r--Cargo.lock3008L
-rw-r--r--Cargo.toml6L
-rw-r--r--README.md88L
-rw-r--r--chatterbox/Cargo.toml21L
-rw-r--r--chatterbox/src/main.rs207L
-rw-r--r--scuttlebutt/Cargo.toml33L
-rw-r--r--scuttlebutt/build.rs6L
-rw-r--r--scuttlebutt/diesel.toml8L
-rw-r--r--scuttlebutt/migrations/2022-11-29-172636_test/down.sql6L
-rw-r--r--scuttlebutt/migrations/2022-11-29-172636_test/up.sql42L
-rw-r--r--scuttlebutt/src/error.rs186L
-rwxr-xr-xscuttlebutt/src/main.rs846L
-rw-r--r--scuttlebutt/src/models.rs61L
-rw-r--r--scuttlebutt/src/responses.rs267L
-rw-r--r--scuttlebutt/src/schema.rs65L
-rw-r--r--scuttlebutt/src/tests.rs495L
-rw-r--r--test.py247L