2 releases

0.1.1 Jul 1, 2024
0.1.0 Jul 1, 2024

#12 in #mutation-testing

Download history 283/week @ 2024-06-28 67/week @ 2024-07-05 3/week @ 2024-07-12 1/week @ 2024-07-26 3/week @ 2024-08-30 29/week @ 2024-09-13 21/week @ 2024-09-20 10/week @ 2024-09-27 2/week @ 2024-10-04

62 downloads per month
Used in mutant-kraken

MIT license

8KB
116 lines

Mutant-Kraken Macros

This crate contains the procedural macros used to generate the KotlinTypes enum used in the mutant-kraken project. The KotlinTypes enum is used to represent the different types of nodes in the kotlin-tree-sitter AST.

Usage

To use the KotlinTypes enum in your project, add the following to your Cargo.toml:

[dependencies]
mutant-kraken-macros = "0.1.0"

Then, add the following to your Rust file:

use mutant_kraken_macros;

mutant_kraken_macros::generate_kotlin_types_enum!();

This will generate the KotlinTypes enum in your project, which you can then use to represent the different types of nodes in the kotlin-tree-sitter AST.

Mutant-Kraken

This project is part of the mutant-kraken project. For more information, please see the main project repository.

Dependencies

~29MB
~788K SLoC