pub type Options = BTreeMap<String, String>;
Free-form key/value options passed from the CLI (future --plugin-opt k=v). BTreeMap for deterministic iteration order.
--plugin-opt k=v
BTreeMap
pub struct Options { /* private fields */ }