Primitive types for storage related stuff.
License: Apache-2.0
* sp-debug-derive: Add `force-debug` feature Sometimes users want to have proper debug information even inside the wasm runtime, when they use `RuntimeDebug`. To not fork Substrate to change a type to a normal `Debug` derive, this pr introduces the `force-debug` feature. This feature can be enabled by the user in their runtime and then the types will use the normal Debug derive instead of printing `wasm:stripped`. * Fixes
Name | Last commit | Last update |
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |
Primitive types for storage related stuff.
License: Apache-2.0