ridl-impl 0.0.1

Implementation internals of the ridl-proto crate.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "ridl-impl"
description = "Implementation internals of the ridl-proto crate."
license = "MIT"
version = "0.0.1"
edition = "2021"

[dependencies]
inventory = "0.3.19"
pyo3 = { version = "0.23.4", features = ["abi3-py38"], optional = true }

[features]
py = ["dep:pyo3"]