mirror of
https://github.com/chatmail/core.git
synced 2026-05-04 13:56:30 +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 @@
|
||||
//! # MIME message production.
|
||||
|
||||
use std::convert::TryInto;
|
||||
|
||||
use anyhow::{bail, ensure, format_err, Result};
|
||||
|
||||
Reference in New Issue
Block a user