rapid-web 0.4.9

A simple Rust server for the Rapid framework.
Documentation
1
2
3
4
5
6
7
8
9
app_type = "server"

[server]
serve_static_files = true
is_logging = true
typescript_generation = true
port = 8080
routes_directory = "src/routes"
bindings_export_path = "/"