// num-parse
// Copyright © 2022 by Jan Max Meyer, Phorward Software Technologies.
// Licensed under the MIT license. See LICENSE for more information.
/*! num-parse
Generic, JavaScript-like parseInt() functions for Rust.
*/
pub use *;
/// Trait defining an iterator that implements a peek method on its own.
/// Implement PeekableIterator for all Peekable<Iterator>