SLUG_SEPARATOR_CHARS

Constant SLUG_SEPARATOR_CHARS 

Source
pub const SLUG_SEPARATOR_CHARS: &str = "/+.";
Expand description

Characters which are good to use to separate slugs

Guaranteed to never overlap with the valid slug character set.

We might expand this set, but not ever reduce it.