Skip to content
This repository has been archived by the owner on May 28, 2022. It is now read-only.
/ cargo-docserver Public archive

small http documentation server

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

qmx/cargo-docserver

Repository files navigation

cargo-docserver - exposes your crate docs in a built-in http server

This is just the result of me fooling around with what would be the minimal HTTP server for this. This is not security-vetted, you've been warned. Use only for development, if you're feeling brave

usage:

cargo docserver -p <port>

sidenote

I've tried really hard to find a simple embeddable rust static file server, and found several, not necessarily fitting the bill here. The closest one was static-server but it loads everything in memory :(

if you happen to stumble into one, let me know! happy to ditch my hacky http server :P

About

small http documentation server

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages