fsrc 3.6.1

Embed source files into any text file
Documentation
1
2
3
4
5
6
# Configuration
# fsrc src="example.rs"
fn main() {
    println!("Hello, world!");
}
# /fsrc