Files
pezkuwi-subxt/substrate/core/executor
guanqun 35f3fe7e77 use the map! macro instead of defining it all over the place (#867)
* remove one map implementation in test

* remove one map macro

* remove one map macro

* remove one map macro
2018-10-03 13:22:58 +01:00
..
2018-09-27 17:52:51 +01:00
2018-09-12 11:13:31 +02:00

= Executor

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

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