-
- Downloads
feat: replace config with figment and a bunch more
I also replaced magic-tree-mini with the full magic lib, as it's better. I also updated all the crates. oh yeah I added a robots.txt I kinda started working on something else, then did another thing half way through then I did another thing. audron is a champion, a true hero.
Showing
- Cargo.lock 773 additions, 778 deletionsCargo.lock
- Cargo.toml 4 additions, 2 deletionsCargo.toml
- src/config.rs 42 additions, 0 deletionssrc/config.rs
- src/db.rs 7 additions, 4 deletionssrc/db.rs
- src/engine.rs 8 additions, 16 deletionssrc/engine.rs
- src/handlers/delete_file.rs 2 additions, 2 deletionssrc/handlers/delete_file.rs
- src/handlers/index.rs 1 addition, 8 deletionssrc/handlers/index.rs
- src/handlers/list_files.rs 16 additions, 6 deletionssrc/handlers/list_files.rs
- src/handlers/mod.rs 71 additions, 17 deletionssrc/handlers/mod.rs
- src/handlers/mod_tests.rs 179 additions, 3 deletionssrc/handlers/mod_tests.rs
- src/handlers/serve_file.rs 7 additions, 11 deletionssrc/handlers/serve_file.rs
- src/handlers/serve_static.rs 8 additions, 8 deletionssrc/handlers/serve_static.rs
- src/handlers/upload.rs 21 additions, 15 deletionssrc/handlers/upload.rs
- src/main.rs 52 additions, 81 deletionssrc/main.rs
- static/robots.txt 0 additions, 0 deletionsstatic/robots.txt
Loading
Please register or sign in to comment