kx-utils/src/lib.rs
Paul Campbell 9dfe83119f
All checks were successful
Test / build (map[name:nightly]) (push) Successful in 1m44s
Test / build (map[name:stable]) (push) Successful in 2m11s
Release Please / Release-plz (push) Successful in 26s
feat: add module experimental
2025-01-10 18:26:46 +00:00

7 lines
117 B
Rust

#![allow(unused_imports)]
//
mod experimental;
mod newtype;
/// Alias for [format] macro.
pub use std::format as f;