Crates.io | ryuji-rust |
lib.rs | ryuji-rust |
version | 0.0.1 |
source | src |
created_at | 2023-09-16 07:33:32.419234 |
updated_at | 2023-09-16 07:33:32.419234 |
description | Ryuji-Rust is an implementation of the Ryuji templating language in Rust. |
homepage | https://www.prussiafan.club/posts/ryuji-docs |
repository | https://github.com/jetstream0/ryuji-rust |
max_upload_size | |
id | 974208 |
size | 65,502 |
Basically translated Ryuji (originally written in Typescript) to Rust, to allow usage in Rust, and also hopefully for increased speed. We'll see...
Translating wasn't very easy, since Rust is a lot stricter. It was pretty fun though.
See an example in example
directory, or in the tests in src/lib.rs
. Another example of Ryuji syntax (which uses the Typescript library not the Rust library) can be found at hedgeblog.
The library documentation is probably on docs.rs, and the templating language docs is here.