trinitry

Crates.iotrinitry
lib.rstrinitry
version0.2.1
sourcesrc
created_at2023-12-23 19:14:17.467506
updated_at2024-05-18 19:21:55.595582
descriptionA very simple programming language, used to map functions to commands
homepage
repositoryhttps://git.nerdcult.net/trinitrix/trinitry
max_upload_size
id1079254
size128,937
(Soispha)

documentation

README

Trinitry

A very simple programming language, used to map functions to commands

Docs

If you want to generate the docs locally use this command, as they need KaTeX:

# Generate documentation for the dependencies
cargo doc

# Generate the documentation for this crate with the KaTeX header.
RUSTDOCFLAGS="--html-in-header ./docs/docs-header.html" cargo doc --no-deps

docs.rs already does this automatically because of the attribute in the Cargo.toml file.

Licence

This program is free software: you can redistribute it and/or modify it under the terms of the Lesser GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Commit count: 0

cargo fmt