feat: make experimental::kxio pubic
All checks were successful
Test / build (map[name:nightly]) (push) Successful in 55s
Test / build (map[name:stable]) (push) Successful in 1m11s
Release Please / Release-plz (push) Successful in 8s

This commit is contained in:
Paul Campbell 2025-01-09 21:27:08 +00:00
parent 9c93a8bc75
commit 380b64b21f

View file

@ -3,7 +3,7 @@
pub mod kameo;
#[cfg(feature = "use-kxio")]
mod kxio;
pub mod kxio;
mod marker;
mod to_string;