surrealdb-tikv-client 0.3.0-surreal.1

The Rust language implementation of TiKV client.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
edition = "2021"
reorder_imports = true

# Those options are disabled for not supported in stable rust.
# We should enable them back once stabilized.
#
# version = "Two"
# imports_granularity = "Item"
# group_imports = "StdExternalCrate"
# where_single_line = true
# trailing_comma = "Vertical"
# overflow_delimited_expr = true
# format_code_in_doc_comments = true
# normalize_comments = true