Sourced from camino's releases.
camino 1.1.12
Added
Utf8PathBuf::from_os_string
andUtf8Path::from_os_str
conversions.TryFrom<OsString> for Utf8PathBuf
andTryFrom<&OsStr> for &Utf8Path
conversions.Thanks to BenjaminBrienen for your first contribution!
Sourced from camino's changelog.
[1.1.12] - 2025-08-26
Added
Utf8PathBuf::from_os_string
andUtf8Path::from_os_str
conversions.TryFrom<OsString> for Utf8PathBuf
andTryFrom<&OsStr> for &Utf8Path
conversions.Thanks to BenjaminBrienen for your first contribution!