jrnl: simplify (or complexify, if you dont like iterators and zero-copy) the parsing
This commit is contained in:
parent
28bebd5aaa
commit
0bf5ed0c76
5 changed files with 52 additions and 56 deletions
7
Cargo.lock
generated
7
Cargo.lock
generated
|
@ -412,6 +412,7 @@ dependencies = [
|
|||
"owo-colors",
|
||||
"petgraph",
|
||||
"ratatui",
|
||||
"temp-file",
|
||||
"termsize",
|
||||
]
|
||||
|
||||
|
@ -799,6 +800,12 @@ dependencies = [
|
|||
"unicode-ident",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "temp-file"
|
||||
version = "0.1.8"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7f210bda61d003f311d95611d1b68361df8fe8e732c3609f945441bde881321d"
|
||||
|
||||
[[package]]
|
||||
name = "termion"
|
||||
version = "1.5.6"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue