collective 0.7.0

A CLI to automate work around Polkadot collective work reports.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// SPDX-License-Identifier: GPL-3.0-only
// SPDX-FileCopyrightText: Oliver Tale-Yazdi <oliver@tasty.limo>

mod aggregate;
mod generic;
mod members;
mod traits;

pub use aggregate::*;
pub use generic::*;
pub use members::*;
pub use traits::*;