We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb73e07 commit 72fef19Copy full SHA for 72fef19
src/lib.rs
@@ -76,5 +76,5 @@ pub mod messages;
76
#[cfg(any(feature = "server-api", feature = "client-api"))]
77
pub mod tokio;
78
/// types and encoding related helper
79
-#[cfg(feature = "server-api")]
+#[cfg(any(feature = "server-api", feature = "client-api"))]
80
pub mod types;
0 commit comments