# Functions
ParseBindPath parses a string specifying one or more (comma separated) bind paths in src[:dst[:options]] format, and returns all encountered bind paths as a slice.
ParseDataBindPath parses a single data container bind spec in <src_sif>:<dest> format into an image bind specification, with image-src=/.
ParseMountString converts a --mount string into one or more BindPath structs.