mdbook-include-rs 0.1.0

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

This chapter demonstrates the source_file preprocessor:

```rust
#![source_file!("test_file_book.rs")]
```