pit-rust-generic 0.1.0

Generic PIT bindings
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "pit-rust-generic"
version = "0.1.0"
edition = "2024"
license = "MPL-2.0"
description = "Generic PIT bindings"

[dependencies]
hex = "0.4.3"


pit-core.workspace = true
proc-macro2.workspace = true
quote.workspace = true
syn.workspace = true