feat: export experimental::to_string:s fn as experimental::s
All checks were successful
Test / build (map[name:nightly]) (push) Successful in 54s
Test / build (map[name:stable]) (push) Successful in 59s
Release Please / Release-plz (push) Successful in 7s

This commit is contained in:
Paul Campbell 2025-01-09 21:27:08 +00:00
parent 0b2bd30279
commit 8561bee50a

View file

@ -6,3 +6,6 @@ mod kameo;
mod kxio;
mod to_string;
#[allow(unused_imports)]
pub use to_string::s;