a quest for a good imageboard
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Dawid J. Kubis 1651126606 added favicon, sending binary data in response,
ignoring body with non-POST methods, better Response methods (.respond() in particular)
2 years ago
src added favicon, sending binary data in response, 2 years ago
.gitignore added error handling, improved design, created todo list 3 years ago
.rustfmt.toml some files 3 years ago
Cargo.lock Improved thread performance, database performance, isolated database interacion into specific functions, 2 years ago
Cargo.toml Improved thread performance, database performance, isolated database interacion into specific functions, 2 years ago
README.md added favicon, sending binary data in response, 2 years ago

README.md

kchan

Rules

  • single page
  • threads might be deleted if they reach maximum storage capacity - the least active thread will then be removed.
  • id's will be attached to every thread and every response based on the order of creation.

POST usage