cdoc

Crates.iocdoc
lib.rscdoc
version0.8.1
sourcesrc
created_at2022-12-22 12:13:23.991897
updated_at2024-05-04 14:41:01.252625
descriptionA markdown-based document parser and processor
homepagehttps://coursesproject.github.io/courses/
repositoryhttps://github.com/coursesproject/courses/tree/main/cdoc
max_upload_size
id743867
size235,394
(antonmeskildsen)

documentation

README

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

Commit count: 275

cargo fmt