// This is free and unencumbered software released into the public domain.
//! This crate provides well-known types.
//!
//! ```edition2024
//! use known_types::*;
//! ```
//#[cfg(doctest)]
//#[doc = include_str!("../README.md")]
//pub struct ReadmeDoctests;
extern crate alloc;