Skip to main content

wrap_comment

Function wrap_comment 

Source
pub fn wrap_comment(text: &str, width: usize) -> Vec<String>
Expand description

Wrap text into # comment lines at the given width.