bkmr 7.0.0

A Unified CLI Tool for Bookmark, Snippet, and Knowledge Management
Documentation
1
2
3
4
5
6
7
8
9
//! Domain types for LSP implementation

pub mod completion;
pub mod language;
pub mod snippet;

pub use completion::*;
pub use language::*;
pub use snippet::*;