29 releases (8 breaking)

0.10.0-alpha.1 Feb 21, 2024
0.8.0 Sep 26, 2023
0.6.0 Jul 18, 2023
0.2.1 Mar 20, 2023
0.1.0 Dec 22, 2022

#2261 in Parser implementations


Used in courses

GPL-3.0-or-later

220KB
4K SLoC

CDoc

Build badge Docs badge Crates badge

A Markdown based document convert/parser/formatter used as the backend for the courses project. It can convert between a few document types but is easily extensible and provides a simple mechanism for processing the content. It exists as a library and a command-line-utility.

The main goal of CDoc is to be as extensible and generic as possible to allow for easy adaptation to project specific requirements. Ideally, it aims to become similar to Pandoc but with many of its functionalities being delegated to extension writers.

The command-line-utility (which has not been implemented yet) is the simplest way to use the converter. It is the simplest way to integrate CDoc into another project.

Installation and usage

Not quite there

Library

Dependencies

~14–32MB
~548K SLoC