general-sam 0.1.0

A general suffix automaton implementation in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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"
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.1.0"