| Scaffold rustnim: Rust->Nim transpiler, type mapping 1a218c2 nandi 19h ago | 1 | [package] |
| 2 | name = "rustnim" |
| 3 | version = "0.1.0" |
| 4 | edition = "2024" |
| 5 | |
| 6 | [dependencies] |
| 7 | syn = { version = "3.0.5", features = ["full", "extra-traits", "visit"] } |
| Lower `bitflags!` directly, checked against the real crate af6e50f nandithebull 15h ago | 8 | |
| 9 | # Used only by the test corpus: a case carrying `//@ extern: bitflags` is |
| 10 | # compiled by the oracle against the real crate, so the `bitflags!` lowering is |
| 11 | # checked against it rather than against our reading of its documentation. |
| 12 | [dev-dependencies] |
| 13 | bitflags = "2" |