js_ergo 0.2.0

Ergonomic, JavaScript-style string helpers for Rust (padStart and friends).
Documentation
1
2
3
4
5
6
//! Ergonomic JavaScript-style string helpers .
#![warn(missing_docs)]

mod str_ext;

pub use str_ext::{JsStrExt, PadWith};