present 0.2.3

Interpolate the standard output of arbitrary shell scripts into your markdown files
Documentation
1
2
3
4
5
6
7
use crate::common::*;

#[derive(Debug, Default, Clone, PartialEq, Eq)]
pub struct Position {
  pub(crate) start: Range<usize>,
  pub(crate) end: Range<usize>,
}