str_overlap 0.1.1

A utility function for finding the overlap between two string slices.
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "str_overlap"
version = "0.1.1"
authors = ["Anders Evensen"]
edition = "2018"
description = "A utility function for finding the overlap between two string slices."
license = "MIT OR Apache-2.0"
keywords = ["overlap", "string", "str", "intersection"]
categories = ["text-processing", "algorithms", "no-std"]
readme = "README.md"
repository = "https://github.com/Anders429/str_overlap"