general-sam 0.3.0

A general suffix automaton implementation in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dev-dependencies.rand]
version = "0.8.5"

[lib]
name = "general_sam"

[package]
authors = ["Chielo Newctle <ChieloNewctle@gmail.com>"]
description = "A general suffix automaton implementation in Rust"
documentation = "https://docs.rs/general-sam"
edition = "2021"
exclude = ["release-plz.toml", "cliff.tolm"]
homepage = "https://github.com/ModelTC/general-sam"
license = "MIT OR Apache-2.0"
name = "general-sam"
readme = "README.md"
repository = "https://github.com/ModelTC/general-sam"
version = "0.3.0"