inline-python 0.10.0

Inline Python code directly in your Rust code
Documentation
// extern "C" {
// 	fn fflush(_: *mut std::ffi::c_void);
// 	static mut stdout: *mut std::ffi::c_void;
// }

pub fn flush() {}