| Crates.io | rustfmt-schema |
| lib.rs | rustfmt-schema |
| version | 0.1.3 |
| created_at | 2025-09-01 20:57:21.012432+00 |
| updated_at | 2025-09-09 07:44:16.221948+00 |
| description | A Rust module for management of rustfmt-schema |
| homepage | |
| repository | https://github.com/solEchoForge/rustfmt-schema.git |
| max_upload_size | |
| id | 1820261 |
| size | 77,913 |
A Rust module for managing rustfmt-schema.
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 test
cargo test