proxmox/proxmox-api
Wolfgang Bumiller 8a6e741d6c api: let ConstRegexPattern deref to Regex
This way we can just use `SOME_REGEX.is_match()` again
without having to explicitly call `(SOME_REGEX.regex_obj)()`
first.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2019-12-04 11:06:03 +01:00
..
src api: let ConstRegexPattern deref to Regex 2019-12-04 11:06:03 +01:00
Cargo.toml proxmox_api: add cli submodule (copied from proxmox-backup) 2019-12-02 11:49:58 +01:00