Write Python inline in your Rust code

Write Python inline in your Rust code

Right now, this crate provides no easy way to get information from the Python code back into Rust. Since the Rust tokenizer will tokenize the Python code, some valid Python code is rejected. These, however, are accepted just fine: , , , , (hex escape codes), and Triple-quoted byte- and raw-strings with content that would not be valid as a regular string.

Source: docs.rs