Crates.io | libdivsufsort-rs |
lib.rs | libdivsufsort-rs |
version | 0.1.4 |
source | src |
created_at | 2021-07-15 10:43:13.351834 |
updated_at | 2024-09-25 03:52:54.091745 |
description | A rust wrapper of libdivsufsort |
homepage | |
repository | https://github.com/baku4/libdivsufsort-rs/ |
max_upload_size | |
id | 423050 |
size | 159,085 |
libdivsufsort-rs
is the Rust wrapper of libdivsufsort
This crate includes all APIs of both 32- and 64-bit versions.
C
codes of libdivsufsort
pzip-bwt
crate, which is simpler version for wrapping around the BWT function of libdivsufsort
rustc
>= 1.57.0cmake
For building, the source code needs libdivsufsort
as a submodule.
git submodule init
git submodule update
--recursive
option.
git clone --recursive https://github.com/baku4/libdivsufsort-rs.git