flexgen icon indicating copy to clipboard operation
flexgen copied to clipboard

A simple quote-based code generator for Rust

Results 3 flexgen issues
Sort by recently updated
recently updated
newest added

Module level rustdoc has different syntax than regular rustdoc: ``` //! my documentation or #![doc="my documantation"] ``` Right now this case is not handled by the post-processor and module level...

This should help to prevent misuse of those macros, unless there's a valid use case for calling them I'm missing?

There is currently no way to format the code to edition=2024