make property_string module public

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2022-03-01 14:57:45 +01:00
parent fca5218749
commit ec5ff23d70

View File

@ -19,7 +19,7 @@ pub use const_regex::ConstRegexPattern;
pub mod de;
pub mod format;
pub(crate) mod property_string;
pub mod property_string;
mod schema;
pub use schema::*;