fsrc 3.6.1

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