feat: make experimental::kameo public
All checks were successful
Test / build (map[name:stable]) (push) Successful in 1m15s
Release Please / Release-plz (push) Successful in 7s
Test / build (map[name:nightly]) (push) Successful in 54s

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

View file

@ -1,6 +1,6 @@
//
#[cfg(feature = "use-kameo")]
mod kameo;
pub mod kameo;
#[cfg(feature = "use-kxio")]
mod kxio;