| Crates.io | meka |
| lib.rs | meka |
| version | 0.2.6 |
| created_at | 2025-12-09 14:26:28.537056+00 |
| updated_at | 2025-12-17 03:14:35.106631+00 |
| description | meka analyzer |
| homepage | https://github.com/Its-Just-Nans/meka |
| repository | https://github.com/Its-Just-Nans/meka |
| max_upload_size | |
| id | 1975563 |
| size | 164,948 |
meka analyzer
cargo install meka
meka run make
meka analyze
The
-ddebug flag can be useful
cargo test
# manual
cd tests/tests_makefile
cargo run -- -dd run make
cargo run -- -dd analyze
cargo llvm-cov --all --html --no-cfg-coverage
cd target/llvm-cov/html/ && python -m http.server