mirror of
https://github.com/chatmail/core.git
synced 2026-04-26 01:46:34 +03:00
Rust documentation improvements
Document all public modules and some methods. Make some internal public symbols private.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
//! # Delta Chat Core Library.
|
||||
|
||||
#![forbid(unsafe_code)]
|
||||
#![deny(
|
||||
clippy::correctness,
|
||||
@@ -59,7 +61,7 @@ mod imap;
|
||||
pub mod imex;
|
||||
mod scheduler;
|
||||
#[macro_use]
|
||||
pub mod job;
|
||||
mod job;
|
||||
mod format_flowed;
|
||||
pub mod key;
|
||||
mod keyring;
|
||||
|
||||
Reference in New Issue
Block a user