Files
pezkuwi-subxt/substrate/core/client
snd 41a6f54c4a pass correct header column to read_meta again (#827)
* pass correct header column to read_meta again

fixes #826

* make COLUMN_META exist in a single place

* pass COLUMN_META as arg for more consistency with other db utils

* remove unused import
2018-09-27 20:43:18 +01:00
..
2018-09-27 17:52:51 +01:00
2018-09-27 17:52:51 +01:00
2018-09-12 11:13:31 +02:00

= Client

.Summary
[source, toml]
----
include::Cargo.toml[lines=2..5]
----

.Description
----
include::src/lib.rs[tag=description]
----