envl-utils 0.10.2

util elements for envl
Documentation
1
2
3
4
5
6
#[derive(Debug, Clone, PartialEq, Default)]
pub struct Position {
    pub file_path: String,
    pub row: usize,
    pub col: usize,
}