rustgen

Crates.iorustgen
lib.rsrustgen
version0.2.6
sourcesrc
created_at2021-03-05 09:34:13.468578
updated_at2023-04-04 06:55:17.473123
descriptionA Rust Code-Generator
homepage
repositoryhttps://gitlab.com/y_software/rustgen
max_upload_size
id364262
size60,445
(YannikSc)

documentation

README

Rustgen

Inspired by Hygen is this a code generator written in Rust! While its pretty different from Hygen itself, it tries to archive the same goal: generating code.

It follows the same principle of writing generators (templates), filling them out and placing them, where they belong. And as well as creating new files it also generates code into existing files.

This application is not bound to any language, so it's not just for Rust but written in Rust.

Why?

Because I wanted to do something in Rust... and I don't like the idea of having JavaScript (Node.JS) installed just for generating code. Rust can do this aswell but without a bigger runtime around it.

Todos

  • Create a proper documentation for the templating, options etc. instead of relying on the examples
Commit count: 29

cargo fmt