Crate governance_os_support[][src]

[]

A compilation of traits and helpers for implementing the Governance OS

Modules

errors

Centralize every error types for the support crate here.

testing

A series of helpers and common values used for tests.

traits

Macros

impl_enum_default

Use this macro to easily implement Default for a given enum. This avoids having to type the same code everytime.