strs_tools 0.14.0

Tools to manipulate strings.
Documentation
[dependencies.former]
default-features = false
features = ["default"]
version = "~2.2.0"

[dependencies.lexical]
optional = true
version = "~6.1"
[dev-dependencies.test_tools]
version = "~0.9.0"

[features]
default = ["enabled", "string_indentation", "string_isolate", "string_parse_request", "string_parse_number", "string_split"]
enabled = []
full = ["enabled", "use_alloc", "string_indentation", "string_isolate", "string_parse_request", "string_parse_number", "string_split"]
no_std = []
string_indentation = ["enabled"]
string_isolate = ["enabled"]
string_parse_number = ["lexical", "enabled"]
string_parse_request = ["string_split", "string_isolate", "enabled"]
string_split = ["string_parse_request", "enabled"]
use_alloc = ["no_std"]
[lints.clippy]
absolute_paths = "allow"
inline_always = "allow"
module_name_repetitions = "allow"
pedantic = "warn"
restriction = "warn"
single_call_fn = "allow"
undocumented_unsafe_blocks = "deny"

[lints.rust]
future_incompatible = "deny"
missing_debug_implementations = "warn"
missing_docs = "warn"
rust_2018_idioms = "deny"
unsafe-code = "warn"

[package]
authors = ["Kostiantyn Wandalen <wandalen@obox.systems>", "Dmytro Kryvoruchko <dmytro.kr@obox.systems>"]
categories = ["algorithms", "development-tools"]
description = "Tools to manipulate strings.\n"
documentation = "https://docs.rs/strs_tools"
edition = "2021"
homepage = "https://github.com/Wandalen/wTools/tree/master/module/core/strs_tools"
keywords = ["fundamental", "general-purpose"]
license = "MIT"
name = "strs_tools"
readme = "Readme.md"
repository = "https://github.com/Wandalen/wTools/tree/master/module/core/strs_tools"
version = "0.14.0"
[package.metadata.docs.rs]
all-features = false
features = ["full"]