| Crates.io | trinitry |
| lib.rs | trinitry |
| version | 0.2.2 |
| created_at | 2023-12-23 19:14:17.467506+00 |
| updated_at | 2024-08-20 08:30:12.127099+00 |
| description | A very simple programming language, used to map functions to commands |
| homepage | |
| repository | https://codeberg.org/trinitrix/trinitry |
| max_upload_size | |
| id | 1079254 |
| size | 129,029 |
A very simple programming language, used to map functions to commands
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.
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.