a server that stores trinkets
Go to file
2022-06-30 20:59:25 -03:00
src clean things up somewhat 2022-06-30 20:59:25 -03:00
.gitignore sin 2022-06-30 20:23:25 -03:00
Cargo.lock clean things up somewhat 2022-06-30 20:59:25 -03:00
Cargo.toml clean things up somewhat 2022-06-30 20:59:25 -03:00
README.md sin 2022-06-30 20:23:25 -03:00

oh hello you have found my vile creation

todos

  • proper error handling
  • clean up the code in general (can you tell it's bad)
  • use a hasher per thread
  • special handling for media: we want to hash it based on pixels, not raw bytes.
  • transcoding support for images (post image -> store webp -> send back jpg/webp/png depending on need)