pymeta 0.1.0-alpha.1

Metaprogramming Rust in Python!
Documentation
1
2
3
4
5
6
7
pub(crate) mod code_regions;
pub(crate) mod py_code_gen;
mod utils;

pub(crate) const PY_MARKER: char = '$';

pub(crate) const CONCAT_MARKER: char = '~';