kimun-notes 0.16.0

A terminal-based notes application
Documentation
1
2
3
4
5
6
7
8
9
// Library entry-point exposing modules needed by integration tests.
pub mod cli;
pub mod components;
pub mod keys;
pub mod settings;
pub mod util;

#[cfg(test)]
mod test_support;