Crates.io | asciidoc-parser |
lib.rs | asciidoc-parser |
version | 0.7.0 |
created_at | 2024-10-26 22:27:57.063155+00 |
updated_at | 2025-09-18 04:35:07.991384+00 |
description | Parser for AsciiDoc format |
homepage | |
repository | https://github.com/scouten/asciidoc-parser |
max_upload_size | |
id | 1424191 |
size | 1,981,483 |
This is an effort to write a semantic parser for the AsciiDoc language in the Rust language.
The project is in its infancy as of July 2025 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.
The following features are supported in the Ruby implementation of Asciidoctor, on which this project is based, but are not supported -- and will likely never be supported -- in this crate:
compat-mode
is not supported.InlineSub stitutionRenderer
trait. They will not be directly supported in this crate.This crate is still under active development. I don't list work items that I've not yet started; work items that are partially implemented are documented with the to do tag in GitHub. Follow that for the most current status for planned development.
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 may be licensed under different terms; please check the license terms for each crate and component for details.
IMPORTANT: This repository contains a snapshot of the AsciiDoc language description which comes with its own license terms. It is not the purpose of this repository to supplant or replace that description; these documents are here as part of tooling to ensure that this crate follows the language description as closely as possible. Please consult AsciiDoc Language @ Eclipse GitLab for the official language description.
The following applies to content in the asg
and spec
folders:
The AsciiDoc Language and the accompanying materials are made available under the terms of the Eclipse Public License v 2.0 (EPL-2.0). See LICENSE to find the full license text.
The following applies to content in the docs
folder:
The user documentation for the AsciiDoc Language, located in the docs/ folder, is made available under the terms of a Creative Commons Attribution 4.0 International License (CC-BY-4.0).