1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#![doc=include_str!("../../../examples/ferris/README.md")]
//!
//! ### Implementation
//!
//! See [core_rule], [block_rule] and [inline_rule] below for implementations.
//!
//! ```rust
//! # const IGNORE : &str = stringify! {
#![doc=include_str!("../../../examples/ferris/main.rs")]
//! # };
//! ```

pub mod block_rule;
pub mod core_rule;
pub mod inline_rule;