just 0.9.2

🤖 Just a command runner
Documentation
1
2
3
4
5
6
7
/// Source position
#[derive(Copy, Clone, PartialEq, Debug)]
pub(crate) struct Position {
  pub(crate) offset: usize,
  pub(crate) column: usize,
  pub(crate) line:   usize,
}