Crate asciii[][src]

Thank you for choosing asciii, the new and improved ascii.

Modules

actions

General actions

config

Handles config files and default config.

document_export

Fills export templates to create tex documents.

localize_macros

Autogenerated localization macros kudos to crowbook-intl.

print

All the printing code lives here.

project

Project file parsing and evaluation.

storage

Manages file structure of templates, working directory and archives.

templater

Simple templating functionality through keyword replacement.

util

Utility functions that are needed all over the places.

Structs

CONFIG

Static ConfigReader to be able to access the configuration from everywhere.

DOCHINT

Hint for app to point at asciii::DOCUMENTATION_URL

VERSION

Human readable, no semantic versioning.

Enums

Yaml

A YAML node is stored as this Yaml enumeration, which provides an easy way to access your YAML document.

Statics

DOCUMENTATION_URL