# custom-type This crate provides utilities for parsing and validating various types of data such as emails, passwords, and phone numbers with country codes. ## Features - Parse and validate email addresses. - Parse and validate phone numbers with country codes. - Parse and validate passwords with different strength levels. ## Usage Add this to your `Cargo.toml`: ```toml [dependencies] custom-type = "0.1.0"