rustfmt-schema

Crates.iorustfmt-schema
lib.rsrustfmt-schema
version0.1.3
created_at2025-09-01 20:57:21.012432+00
updated_at2025-09-09 07:44:16.221948+00
descriptionA Rust module for management of rustfmt-schema
homepage
repositoryhttps://github.com/solEchoForge/rustfmt-schema.git
max_upload_size
id1820261
size77,913
SolEchoForge (solEchoForge)

documentation

README

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
Commit count: 0

cargo fmt