use crateParseError;
/// Parses the `address` with the `parse` function, lowercasing the address first when it contains uppercase ASCII.
///
/// Borrowed parsers require lowercase input, so this normalizes owned-type parsing without allocating for
/// already-lowercase input.
pub