Skip to content

Commit

Permalink
Revert "Merge pull request #819 from Lorak-mmk/add_serialization_traits"
Browse files Browse the repository at this point in the history
This reverts commit b51ac06, reversing
changes made to 07b262c.
  • Loading branch information
piodul committed Oct 5, 2023
1 parent 9539dde commit f14d808
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 80 deletions.
2 changes: 0 additions & 2 deletions scylla-cql/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ pub mod frame;
#[macro_use]
pub mod macros;

pub mod types;

pub use crate::frame::response::cql_to_rust;
pub use crate::frame::response::cql_to_rust::FromRow;

Expand Down
1 change: 0 additions & 1 deletion scylla-cql/src/types/mod.rs

This file was deleted.

6 changes: 0 additions & 6 deletions scylla-cql/src/types/serialize/mod.rs

This file was deleted.

49 changes: 0 additions & 49 deletions scylla-cql/src/types/serialize/row.rs

This file was deleted.

22 changes: 0 additions & 22 deletions scylla-cql/src/types/serialize/value.rs

This file was deleted.

0 comments on commit f14d808

Please sign in to comment.