Skip to main content

clean_code

Function clean_code 

Source
pub fn clean_code(code: &str) -> String
Expand description

Cleans code by removing comments, imports, console logs, and excessive whitespace.