Registry / utility / pad
library0.1.6rscratesunverified

A library for padding strings at runtime with configurable alignment and fill characters.

# Cargo.toml [dependencies] pad = "0.1.6"
INSTALL
IMPORT
SIG · PAD
P
pad
utilityrustv0.1.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

PadStr
use pad::PadStr;

Pads a string to a specified width.

use pad::PadStr; fn main() { let padded = "hello".pad_to_width(10); println!("{:?}", padded); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.6latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
pad — cargo add pad · libregistry