A Rust module for managing rustfmt-schema.
- Read variables from various file formats
- Send data to backend servers via HTTP POST
- Optional authentication support
- Configurable timeouts
- Async/await support
Add this to your Cargo.toml:
[dependencies]
rustfmt-schema = "0.1.3"# Send a single .rustfmt file
rustfmt-schema send .rustfmt
# Send multiple files
rustfmt-schema send-multiple .rustfmt .rustfmt.local
# Test backend connection
rustfmt-schema testcargo test