swt 5.0.0-rc.10

🍬 Sweet: A blazing-fast code health and architecture analyzer.
Documentation
1
2
3
4
5
6
pub struct CBaseRules;

impl CBaseRules {
    pub const LINE_COMMENT: &'static str = "//";
    pub const BLOCK_COMMENT: (&'static str, &'static str) = ("/*", "*/");
}