Module fuchsia_url::boot_url
source · Re-exports
pub use crate::errors::ParseError;
Structs
- Decoded representation of a fuchsia-boot URL.
Functions
- Check if a string conforms to r“^[0-9a-z-._]{1,255}$“ and is neither “.” nor “..”
- Checks if
input
is a valid resource path for a Fuchsia Package URL. Fuchsia package resource paths are Fuchsia object relative paths without the limit on maximum path length. https://fuchsia.dev/fuchsia-src/concepts/packages/package_url#resource-path