Skip to content

Commit 6723dd6

Browse files
committed
introduce response module
1 parent 5628636 commit 6723dd6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

scylla/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ pub mod errors;
262262
mod network;
263263
pub mod observability;
264264
pub mod policies;
265+
pub mod response;
265266
pub mod routing;
266267
pub mod statement;
267268
pub mod transport;

scylla/src/response/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

0 commit comments

Comments
 (0)