This website requires JavaScript.
Explore
Help
Sign In
CrispyPin
/
webserver
Watch
1
Star
0
Fork
You've already forked webserver
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
silly simple http server
25
commits
1
branch
0
tags
125
KiB
Rust
100%
59ab02b472
Find a file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
BibTeX
Cancel
CrispyPin
59ab02b472
serve html files without needing to write the .html extension (GET /thing is will return /thing.html if it exists)
2024-05-25 18:39:42 +02:00
.cargo
add cargo config for static linking
2022-06-05 20:45:42 +02:00
src
serve html files without needing to write the .html extension (GET /thing is will return /thing.html if it exists)
2024-05-25 18:39:42 +02:00
.gitignore
remove cargo.lock
2022-06-04 20:11:03 +02:00
Cargo.toml
init
2022-06-04 19:22:41 +02:00
rustfmt.toml
add rustfmt
2024-03-23 18:03:21 +01:00