index
:
line-input
this commit
main
A library for handling line-based input in the terminal. Will include complex async and windowing logic.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
result.rs
blob: 82076806393198265766d95fe7a2010fb08ca0d5 (
plain
)
1
2
3
use crate::error::Error; pub type Result<T> = std::result::Result<T, Error>;