Docs.rs
term_keep-1.2.1
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
term_keep 1.2.1
Terminal-based Google Keep clone. Can be used as a note taking / To-Do list app on a server.
Crate
Source
Builds
Feature flags
Documentation
Hide files
..
cli
controllers
errors
models
services
util
cli.rs
controllers.rs
errors.rs
lib.rs
main.rs
models.rs
services.rs
util.rs
1
2
3
4
5
pub
mod
db
;
pub
mod
notes
;
pub
mod
tags
;
pub
mod
templates
;
pub
mod
tips
;