namespace

Function namespace 

Source
pub fn namespace(input: &str) -> IResult<&str, &str>
Expand description
Namespace = Identifier *("." Identifier)