pomelo-impl 0.2.3

Implementation details for pomelo, not to be used directly
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "pomelo-impl"
version = "0.2.3"
edition = "2024"
license = "MIT OR Apache-2.0"
authors = ["Rodrigo Rivas Costa <rodrigorivascosta@gmail.com>"]
description = "Implementation details for pomelo, not to be used directly"
repository = "https://github.com/rodrigorc/pomelo"
documentation = "https://docs.rs/pomelo"

[lib]
proc-macro = true

[dependencies]
quote = "1.0"
proc-macro2 = "1.0"
syn = { version="2.0", features= ["full", "extra-traits"] }