News

Think of this library as a tiny self-contained version of Boost.Python with everything stripped away that isn't relevant for binding generation. Without comments, the core header files only require ...
Since the Rust tokenizer will tokenize the Python code, some valid Python code is rejected. The main things to remember are: Use double quoted strings ("") instead of single quoted strings ('').