4 releases

0.1.3 Sep 9, 2025
0.1.2 Sep 3, 2025
0.1.1 Sep 1, 2025
0.1.0 Sep 1, 2025

#2271 in HTTP server

Download history

155 downloads per month

MIT license

21KB
323 lines

rustfmt-schema

A Rust module for managing rustfmt-schema.

Features

  • Read variables from various file formats
  • Send data to backend servers via HTTP POST
  • Optional authentication support
  • Configurable timeouts
  • Async/await support

Installation

Add this to your Cargo.toml:

[dependencies]
rustfmt-schema = "0.1.3"

API Reference

CLI Usage

# 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

Testing

cargo test

Dependencies

~14–33MB
~356K SLoC