rtf-grimoire

Crates.iortf-grimoire
lib.rsrtf-grimoire
version0.2.1
sourcesrc
created_at2019-02-24 21:55:36.558292
updated_at2023-04-10 18:34:05.487263
descriptionA Rich Text File (RTF) document tokenizer. Useful for writing RTF parsers.
homepagehttps://github.com/compenguy/rtf-grimoire
repositoryhttps://github.com/compenguy/rtf-grimoire
max_upload_size
id116971
size3,264,560
Will Page (compenguy)

documentation

README

rtf-grimoire

rtf-grimoire is a Rich Text Format (RTF) document tokenizer, intended to enable the creation of full RTF parsers.

It was written based on the RTF Specification, which unfortunately comes under an unfriendly license that doesn't allow redistribution, but may be freely downloaded from Microsoft.

An example parser based on rtf-grimoire may be found on [my github] (https://github.com/compenguy/rtf2text). It has been tested with a wide range of rtf files from a variety of text editors with great success so far.

Commit count: 53

cargo fmt