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

@ -8,7 +8,7 @@ pub struct Inline {
impl Inline {
// Constructors
/// Parse `Self` from string
/// Parse `Self` from line string
pub fn from(line: &str) -> Option<Self> {
// Parse line
let regex = Regex::split_simple(