Constant short_crypt::base64::URL_SAFE[]

pub const URL_SAFE: Config = Config{char_set: CharacterSet::UrlSafe,
       pad: true,
       strip_whitespace: false,
       line_wrap: LineWrap::NoWrap,}

URL-safe character set with padding