std::io::path

RESERVED_PATH_CHAR_POSIX

const bool[256] RESERVED_PATH_CHAR_POSIX = {
	[0] = true,
	['/'] = true,
};