# quilt-server OpenAPI Quilt package server using the quilt-rs Rust library ## Usage ```bash cargo build cargo test open http://localhost:3000 && cargo run ``` ## Testing ```bash RUST_LOG=TRACE cargo watch -x run ```