haml-rs icon indicating copy to clipboard operation
haml-rs copied to clipboard

A pure Rust implementation of the Haml template language

Results 3 haml-rs issues
Sort by recently updated
recently updated
newest added

If you ever come back to this project, I want to note I am starting my own HAML parser and renderer. So far I have only made a new Lexer...

Looks like [`haml-spec`](https://github.com/haml/haml-spec) might be helpful for increasing test coverage. :) I'd be more than happy to take a look at this if you want me to.

In order to be useful for future projects I want to work on as well as just keeping up with standard implementation variables need to be supported.

enhancement
RFC