1 2 3 4 5 6 7 8 9 10 11 12 13 14
# pad-left A simple library to left pad a string with a given character up to a certain length. ## Run tests ```sh cargo test ``` ## Build & Open Docs ```sh cargo doc --open ```