1
2
3
4
5
6
7
8
/// Provides demodulize a string.
///
/// Example string "Foo::Bar" becomes "Bar"
pub mod demodulize;
/// Provides deconstantizea string.
///
/// Example string "Foo::Bar" becomes "Foo"
pub mod deconstantize;