Finally started actually working on it

This commit is contained in:
Candifloss 2024-08-11 17:02:35 +05:30
parent 5e1e98b816
commit cbfc072966

View File

@ -26,7 +26,7 @@ fn main() {
body: "short body(hehe)".to_string(),
expir_timeout: 0
};
truncate_summary(&mut not);
truncate_summary(&mut not); //Limit the summary length
println!("{}",not.summary);
}