ct-python 0.5.7

Execute Python code at compile time to generate Rust code
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "ct-python"
version = "0.5.7"
authors = ["Mara Bos <m-ou.se@m-ou.se>"]
description = "Execute Python code at compile time to generate Rust code"
license = "BSD-2-Clause"
edition = "2018"
repository = "https://github.com/fusion-engineering/inline-python/tree/master/ct-python"
keywords = ["python", "macro", "generate", "compile-time"]

[dependencies]
inline-python-macros = { version = "=0.12.0", path = "../macros" }