pub const SLUG_SEPARATOR_CHARS: &str = "/+.";
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.