inline-python 0.10.0

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

pub fn flush() {}