pub fn sanitize_app_id(app_id: &ApplicationId) -> String
Expand description
Convert to lowercase and replace any character that is not a fairly common filename character with ‘-’
pub fn sanitize_app_id(app_id: &ApplicationId) -> String
Convert to lowercase and replace any character that is not a fairly common filename character with ‘-’