cbit 0.1.0

A proc-macro to use callback-based iterators with `for`-loop syntax and functionality
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "cbit"
description = "A proc-macro to use callback-based iterators with `for`-loop syntax and functionality"
repository = "https://github.com/Radbuglet/cbit"
license = "MIT"
version = "0.1.0"
edition = "2021"

[lib]
proc-macro = true

[dependencies]
proc-macro2 = "1.0.70"
quote = "1.0.33"
syn = { version = "2.0.39", features = ["full"] }