No description
| .sqlx | ||
| migrations | ||
| src | ||
| .dockerignore | ||
| .env.example | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| Dockerfile | ||
| README.md | ||
nolbase imageboard software
Admin is not used anywhere. Post is used only to be destructured. from_payload doesn't do anything.
so many explicit returns. the functions are the opposite of idiomatic. using let _ = ... as if im writing zig
using .unwrap as if i work at cloudflare. logging.rs and file.rs exist for no reason
theres like 20 vestigial Post types.
too many dependencies
installation
im setting up a proper docker image soon. the current Dockerfile and docker-compose.yml are disfunctional.