rs-complete 1.3.1

A library that handles text/word completion
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.anyhow]
version = "1.0.65"

[package]
authors = ["Linus Probert <linus.probert@gmail.com>"]
categories = ["caching", "command-line-interface", "gui"]
description = "A library that handles text/word completion"
documentation = "https://docs.rs/rs-complete"
edition = "2018"
exclude = [".github/**"]
homepage = "https://github.com/blightmud/rs-complete"
keywords = ["completion", "tab-completion", "text-completion"]
license = "MIT"
name = "rs-complete"
readme = "README.md"
repository = "https://github.com/blightmud/rs-complete"
version = "1.3.1"