pub fn load_file<P>(
path: P,
) -> Result<BTreeMap<String, Vec<LoadedEntry>>, Error>
Available on crate feature
mtls
only.Expand description
Load a file to an OID description map
format of the file: tab-separated values
feature name oid short_name description (until end of line)
name
is used to declare a global constant when creating output file (see generate_file
).
If name
is “” then no constant will be written