//! `stdbr-core` - standard library for Brazil.
//!
//! `no_std` compatible (requires `alloc`). Enable the default `std` feature
//! for better seeding in generation functions. Generated values use a small
//! non-cryptographic PRNG and must not be used as secrets.
extern crate alloc;
pub