fix: feature gate, bincode

This commit is contained in:
mokurin000
2025-08-04 22:32:08 +08:00
parent 18eaf01c58
commit d23abb02fd
4 changed files with 17 additions and 14 deletions

View File

@@ -7,6 +7,7 @@ pub mod helper;
mod error;
pub use error::ApiError;
#[cfg(feature = "bincode")]
pub use bincode;
#[cfg(all(feature = "compio", feature = "tokio"))]