suggestions 0.1.1

Minimal library to provide clap-style "Did you mean?" suggestions.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.strsim]
version = "0.10"

[package]
description = 'Minimal library to provide clap-style "Did you mean?" suggestions.'
edition = "2021"
license = "MIT"
name = "suggestions"
readme = "README.md"
repository = "https://github.com/Techcable/rust-suggestions"
resolver = "2"
version = "0.1.1"

[profile.release]
lto = "thin"
panic = "abort"
strip = true