substring 1.4.5

A substring method for string types.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "substring"
version = "1.4.5"
authors = ["Anders Evensen"]
description = "A substring method for string types."
license = "MIT OR Apache-2.0"
keywords = ["substring", "string", "substr", "str", "slice"]
categories = ["text-processing", "parsing", "algorithms", "no-std"]
readme = "README.md"
repository = "https://github.com/Anders429/substring"
exclude = [".github/*"]

[build-dependencies]
autocfg = "1.0.1"