Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.34 KB

README.md

File metadata and controls

36 lines (27 loc) · 1.34 KB


License: MIT Crates.io (latest) codecov CI Tests

String formatting and padding, done right, the rusty way.

🔎 Overview

...

📦 Installation

The easiest way to include padder in your projects is by using the Cargo package manager.

$ cargo add padder

Alternatively, you can build from source by cloning this repo and compiling using Cargo and then linking the library to your project.

$ git clone https://github.com/firelink-data/padder.git
$ cd padder
$ cargo build --release

📋 License

All code is to be held under a general MIT license, please see LICENSE for specific information.