pub fn parse_config_string(
lib_dirs: &Vec<DirectoryProxy>,
config: &str,
) -> Result<Vec<DirectoryProxy>, Error>
Expand description
parses a config string from the fuchsia.ldsvc.Loader
service. See
//docs/concepts/booting/program_loading.md
for a description of the format. Returns the set
of directories which should be searched for objects.