vantus 0.3.0

Macro-first async Rust backend framework with explicit composition, typed extraction, and hardened HTTP defaults.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
service.name=vantus-advanced-demo
service.enable-info=true
service.readiness=true
server.bind-host=127.0.0.1
server.bind-port=8080
server.protocol=auto
server.request-timeout-seconds=5
server.read-timeout-seconds=5
server.handler-timeout-seconds=5
server.graceful-shutdown-seconds=5
server.concurrency-limit=256
server.keep-alive=true
server.tcp-nodelay=true
demo.store-name=Northstar Supply
demo.support-email=developers@northstar.local
demo.default-currency=USD
demo.inventory-warning-threshold=8