rust: Add config parsing support for more value types
* Rust `str` (ASCII or UTF-8)
* Integer
* Byte quantities
Differential Revision: https://phab.mercurial-scm.org/D10008
from __future__ import absolute_importimport pkgutil__path__ = pkgutil.extend_path(__path__, __name__)