ryuji-rust

Crates.ioryuji-rust
lib.rsryuji-rust
version0.0.1
sourcesrc
created_at2023-09-16 07:33:32.419234
updated_at2023-09-16 07:33:32.419234
descriptionRyuji-Rust is an implementation of the Ryuji templating language in Rust.
homepagehttps://www.prussiafan.club/posts/ryuji-docs
repositoryhttps://github.com/jetstream0/ryuji-rust
max_upload_size
id974208
size65,502
Jon Dough (stjet)

documentation

README

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.

Commit count: 4

cargo fmt