Skip to content

solEchoForge/rustfmt-schema

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Rust module for management of rustfmt-schema

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages