greek-syllables

Crates.iogreek-syllables
lib.rsgreek-syllables
version0.1.4
sourcesrc
created_at2024-11-20 00:54:18.797703
updated_at2024-11-20 01:08:15.924506
descriptionZero copy Ancient Greek word syllabification.
homepage
repositoryhttps://github.com/scripturial/greek-syllables
max_upload_size
id1454070
size20,855
Jay (scripturial)

documentation

README

greek-syllables

This is an experimental Zero copy Ancient Greek word syllabification library.

use greek-syllables::syllables;
let syllables = syllables("στρατιοτης"); // ["στρα", "τι", "ο", "της"]

Each syllable has the lifetime of the input string provded.

This library is not yet fully tested and not guaranteed to be fully functional. Use at your own risk. Read the test code for more details on usage.

Commit count: 7

cargo fmt