mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
Hide away support modules.
This commit is contained in:
@@ -4,16 +4,10 @@
|
||||
#[macro_use]
|
||||
extern crate runtime_support;
|
||||
|
||||
mod endiansensitive;
|
||||
mod streamreader;
|
||||
mod joiner;
|
||||
mod slicable;
|
||||
mod primitives;
|
||||
mod keyedvec;
|
||||
mod function;
|
||||
mod environment;
|
||||
mod storage;
|
||||
mod testing;
|
||||
mod support;
|
||||
pub use support::{endiansensitive, streamreader, joiner, slicable, primitives, keyedvec, function,
|
||||
environment, storage, testing};
|
||||
|
||||
#[allow(unused)]
|
||||
mod system;
|
||||
#[allow(unused)]
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
pub mod endiansensitive;
|
||||
pub mod streamreader;
|
||||
pub mod joiner;
|
||||
pub mod slicable;
|
||||
pub mod primitives;
|
||||
pub mod keyedvec;
|
||||
pub mod function;
|
||||
pub mod environment;
|
||||
pub mod storage;
|
||||
pub mod testing;
|
||||
Reference in New Issue
Block a user