tide-serve 0.0.1

a simple http file server binary based on tide
tide-serve-0.0.1 is not a library.

tide-serve

a simple file system server binary built on tide

Installation

$ cargo install tide-serve

Usage

$ tide-serve ./static # defaults to . if omitted

For now is no way to specify a different listener than http://localhost:8000, but that's coming soon

Safety

This crate uses #![deny(unsafe_code)] to ensure everything is implemented in 100% Safe Rust.

License