substring 1.1.0

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