nandi/rustnimpublic Fork 0
af6e50f646055dc5b291c9e602bc9ee01874f9d6
Commits
Clone
git clone https://git.rickub.com/nandi/rustnim.git
git clone ssh://git@rickub.com/nandi/rustnim.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

Cargo.toml · 13 lines · 416 BTOML Blame HistoryRaw
Scaffold rustnim: Rust->Nim transpiler, type mapping 1a218c2 nandi 19h ago1[package]
2name = "rustnim"
3version = "0.1.0"
4edition = "2024"
5
6[dependencies]
7syn = { version = "3.0.5", features = ["full", "extra-traits", "visit"] }
Lower `bitflags!` directly, checked against the real crate af6e50f nandithebull 15h ago8
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]
13bitflags = "2"