general-sam 0.4.0

A general suffix automaton implementation in Rust
Documentation
[dev-dependencies.rand]
version = "0.8.5"

[features]
all = ["trie"]
trie = []

[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.4.0"