Skip to main content

Crate hanzo_utils_absolute_path

Crate hanzo_utils_absolute_path 

Source

Structsยง

AbsolutePathBuf
A path that is guaranteed to be absolute and normalized (though it is not guaranteed to be canonicalized or exist on the filesystem).
AbsolutePathBufGuard
Ensure this guard is held while deserializing AbsolutePathBuf values to provide a base path for resolving relative paths. Because this relies on thread-local storage, the deserialization must be single-threaded and occur on the same thread that created the guard.