/*
Appellation: string <module>
Contrib: FL03 <jo3mccain@icloud.com>
*/pubtraitStringExt{/// Remove the first and last charecters of a string
fnremove_fnl(&self)->&str;}implStringExt forstr{fnremove_fnl(&self)->&str{&self[1..self.len()-1]}}pubtraitStringFmt{fnsnake_case(&self)-> String;fntitle_case(&self)-> String;}