nandi/rustnimpublic Fork 0
7db79919131ab55e23a1730bf78c360e05d9977e
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.

Lower the `log` facade, and add explicit enum discriminants 12c0a01 · on 7db79919131ab55e23a1730bf78c360e05d9977e · nandithebull · 3h ago
Cargo.toml · 14 lines · 428 BTOML Blame HistoryRaw
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
[package]
name = "rustnim"
version = "0.1.0"
edition = "2024"

[dependencies]
syn = { version = "3.0.5", features = ["full", "extra-traits", "visit"] }

# Used only by the test corpus: a case carrying `//@ extern: bitflags` is
# compiled by the oracle against the real crate, so the `bitflags!` lowering is
# checked against it rather than against our reading of its documentation.
[dev-dependencies]
bitflags = "2"
log = "0.4"