[package]
name = "string-sharp"
version = "0.1.10"
edition = "2021"
description = "traits implementing on string similar to c#"
license = "MIT"
authors = ["foxjazz <aws@foxjazz.net>"]
documentation = "https://docs.rs/string-sharp"
repository = "https://github.com/foxjazz/rust-string-sharp"
keys =["append_date", "append_time", "append", "trim", "reverse", "index_of", "indicies_of", "left", "right", "pad_left", "pad_right"]
[badges]
github = { repository = "foxjazz/rust-string-sharp" }
[dependencies]
chrono="0.4.23"