remove middle-level code api, update comments

This commit is contained in:
yggverse 2024-12-03 18:55:44 +02:00
parent d739181a76
commit 84c72ae3a3
9 changed files with 13 additions and 57 deletions

View file

@ -11,7 +11,7 @@ pub struct Link {
impl Link {
// Constructors
/// Parse `Self` from string
/// Parse `Self` from line string
pub fn from(line: &str, base: Option<&Uri>, timezone: Option<&TimeZone>) -> Option<Self> {
// Define initial values
let mut alt = None;