1
2
3
4
5
//! Snippets that we show in documentation.

mod snippets;

pub use snippets::run;