bkmr 7.2.0

Knowledge management for humans and agents — bookmarks, snippets, etc, searchable, executable.
Documentation
1
2
3
4
5
6
7
8
9
10
11
// bkmr/src/application/mod.rs
pub mod actions;
pub mod error;
pub mod services;
pub mod templates;

// Re-export key services for easier imports
pub use services::bookmark_service_impl::BookmarkServiceImpl;
pub use services::interpolation_service::InterpolationServiceImpl;
pub use services::tag_service_impl::TagServiceImpl;
pub use services::template_service::TemplateServiceImpl;