runtime-storage macro (#86)
* initial draft of the macro * traits for all storage types * test for list wrapper * map API * move generator to runtime-support * specialize traits further for runtime storage * restore storage vec for unhashed
parent
5cc8cf7d
Showing
- substrate/substrate/runtime-support/src/lib.rs 4 additions, 1 deletionsubstrate/substrate/runtime-support/src/lib.rs
- substrate/substrate/runtime-support/src/storage/generator.rs 485 additions, 0 deletionssubstrate/substrate/runtime-support/src/storage/generator.rs
- substrate/substrate/runtime-support/src/storage/mod.rs 173 additions, 2 deletionssubstrate/substrate/runtime-support/src/storage/mod.rs
Please register or sign in to comment