inline-python-macros 0.16.1

Macros for the inline-python crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "inline-python-macros"
version = "0.16.1"
description = "Macros for the inline-python crate"
license = "BSD-2-Clause"
edition = "2024"
repository = "https://github.com/m-ou-se/inline-python"
rust-version = "1.88.0"

[lib]
proc-macro = true

[dependencies]
pyo3 = { version = "0.25", default-features = false, features = ["auto-initialize"] }