easyofd-core 0.1.3

Core types, traits, and models for easyofd-rust
Documentation
1
2
3
4
5
6
7
8
//! 书签模块。

#[allow(clippy::module_inception)]
mod bookmark;
mod bookmarks;

pub use bookmark::Bookmark;
pub use bookmarks::Bookmarks;