js_ergo 0.2.0

Ergonomic, JavaScript-style string helpers for Rust (padStart and friends).
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.85"
name = "js_ergo"
version = "0.2.0"
build = false
exclude = [
    ".githooks",
    "workflows",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Ergonomic, JavaScript-style string helpers for Rust (padStart and friends)."
documentation = "https://docs.rs/js_ergo"
readme = "README.md"
keywords = [
    "string",
    "padding",
    "javascript",
    "ergonomics",
    "text",
]
categories = ["text-processing"]
license = "MIT"
repository = "https://github.com/chaffRs/js_ergo"

[lib]
name = "js_ergo"
path = "src/lib.rs"

[dependencies]