Crates.io | markdoll |
lib.rs | markdoll |
version | |
source | src |
created_at | 2024-09-07 10:30:26.961517 |
updated_at | 2024-11-02 02:56:56.938 |
description | a structured and extensible markup language |
homepage | |
repository | https://github.com/0x57e11a/markdoll |
max_upload_size | |
id | 1367106 |
Cargo.toml error: | TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
markdoll is a structured and extensible markup language
its syntax is relatively simple, with anything more complicated than sections, lists, and text, being delegated to tags
to get an idea of the syntax, visit the repository
ariadne
allows fancy diagnostic printing, requires std
this library requires features from rust 1.81