Skip to content

Commit 8d1998c

Browse files
committed
Addad RowsDisplayer for displaying results of QueryRowsResult like cqlsh and examples of usage
1 parent 7ac4d45 commit 8d1998c

File tree

5 files changed

+1683
-4
lines changed

5 files changed

+1683
-4
lines changed

Cargo.lock.msrv

Lines changed: 143 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,3 +127,8 @@ path = "cloud.rs"
127127
[[example]]
128128
name = "execution_profile"
129129
path = "execution_profile.rs"
130+
131+
132+
[[example]]
133+
name = "displayer"
134+
path = "displayer.rs"

0 commit comments

Comments
 (0)