a server that stores trinkets
Go to file
Allie Signet 12cde6bb15 sin
2022-06-30 20:23:25 -03:00
src sin 2022-06-30 20:23:25 -03:00
.gitignore sin 2022-06-30 20:23:25 -03:00
Cargo.lock sin 2022-06-30 20:23:25 -03:00
Cargo.toml sin 2022-06-30 20:23: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)