a server that stores trinkets
Go to file
Allie Signet 32da215841 don't re-encode webp 2022-07-01 19:32:18 -03:00
src don't re-encode webp 2022-07-01 19:32:18 -03:00
.gitignore sin 2022-06-30 20:23:25 -03:00
Cargo.lock EXTREMELY EVIL CACKLING 2022-07-01 19:27:28 -03:00
Cargo.toml EXTREMELY EVIL CACKLING 2022-07-01 19:27:28 -03:00
README.md sin 2022-06-30 20:23:25 -03:00

README.md

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)