Constant tor_persist::slug::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.