minspan 0.1.5

a package for determining the minimum span of one vector within another
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "minspan"
version = "0.1.5"
edition = "2018"
description = "a package for determining the minimum span of one vector within another"
license = "MIT"
repository = "https://github.com/mwotton/minspan"

[dependencies]

[dev-dependencies]
proptest = "1.6"