static-router

Crates.iostatic-router
lib.rsstatic-router
version0.1.5
sourcesrc
created_at2022-08-23 01:14:11.676671
updated_at2022-09-07 18:25:06.861953
description(For Axum) Provides a macro to generate a static file router that serves the directory dynamically in debug mode and statically embeds the files and routes in release mode.
homepage
repositoryhttps://github.com/mattfbacon/static-router
max_upload_size
id650668
size4,384
Matt Fellenz (mattfbacon)

documentation

https://docs.rs/static-router

README

Static Router

(For Axum)

Provides a macro to generate a static file router that serves the directory dynamically in debug mode and statically embeds the files and routes in release mode.

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Commit count: 19

cargo fmt