innards 0.3.0

Inline terminal tools for Rust symbol navigation, editing, and paging
Documentation
1
2
3
4
5
6
use anyhow::Result;
use innards::inline_text::{Mode, run};

fn main() -> Result<()> {
    run(Mode::Edit)
}