mdbook-include-rs 0.1.0

An mdBook preprocessor that includes external Rust source files
Documentation
1
2
3
4
5
6
7
# Chapter 1

This chapter demonstrates the function_body preprocessor:

```rust
#![function_body!("test_file_book.rs", hello_world)]
```