ryuji-rust 0.0.1

Ryuji-Rust is an implementation of the Ryuji templating language in Rust.
Documentation
  • Coverage
  • 2.63%
    1 out of 38 items documented0 out of 17 items with examples
  • Size
  • Source code size: 67.67 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 3.62 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • stjet/ryuji-rust
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • stjet

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.