pad_left 0.1.1

A simple library to left pad a string with a given character up to a certain length.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies]

[lib]
doctest = true
test = true

[package]
authors = ["Mahmoud Harmouch <business@wiseai.dev>"]
description = "A simple library to left pad a string with a given character up to a certain length."
documentation = "https://docs.rs/pad_left/"
edition = "2021"
keywords = ["left_pad", "pad", "padding", "rust"]
license = "Apache-2.0"
name = "pad_left"
readme = "README.md"
repository = "https://github.com/wiseaidev/pad-left"
version = "0.1.1"