cdivsufsort

This crate contains Yuta Mori's C codebase libdivsufsort, as found on:

...and a minimal Rust interface to it.

Changes

There are no functional changes to the codebase, however:

Cross-checking is only built when the crosscheck feature is enabled. It is not intended for general use, only for debugging the divsufsort crate.

Further reading

The divsufsort algorithm is based on "",

Authors

The original code was written by Yuta Mori, and its essence is not changed here.

License

cdivsufsort is released under the MIT license, same as the original.

See the LICENSE and c-sources/LICENSE files for details.