Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 1.32 KB

README.md

File metadata and controls

21 lines (11 loc) · 1.32 KB

AsciiDoc parser for Rust

CI Codecov CodSpeed

This is an effort to write a semantic parser for the AsciiDoc language.

The project is in its infancy as of December 2023 and in no way ready to use.

You're welcome to follow along and contribute with the understanding that I may or may not drive this project a mature (1.0) release.

Known limitations

  • Parsing UTF-16 content is not supported. (UTF-16 documents must be re-encoded to UTF-8 prior to parsing with this crate.) I have no plans to support UTF-16 content.

License

The asciidoc-parser crate is distributed under the terms of both the MIT license and the Apache License (Version 2.0).

See LICENSE-APACHE and LICENSE-MIT.

Note that some components and dependent crates are licensed under different terms; please check the license terms for each crate and component for details.