kgst

Crates.iokgst
lib.rskgst
version1.0.0
created_at2023-09-27 17:48:26.954348+00
updated_at2025-07-02 21:47:34.31354+00
descriptionA library containing the implementation of a K-Truncated Generalized Suffix Tree using Ukkonen's Algorithm.
homepagehttps://github.com/sriram98v/generalized_suffix_tree
repositoryhttps://github.com/sriram98v/generalized_suffix_tree
max_upload_size
id985037
size129,888
(sriram98v)

documentation

README

KGST

Build Status LICENSE Crates Documentation

alt text

Library

A library containing the implementation of a K-Truncated Generalized Suffix Tree using Ukkonen's Algorithm, along with a CLI tool to quickly build and serialize KGST's.

Usage

CLI tool to build and serialize K-Truncated Generalized Suffix trees

Usage: gst [COMMAND]

Commands: build Build suffix tree index from reference fasta file help Print this message or the help of the given subcommand(s)

Options: -h, --help Print help -V, --version Print version

Commit count: 249

cargo fmt