//! A common set of types and traits for managing collections of nkeys used for wasmCloud
use Result;
use KeyPair;
/// Convenience re-export of nkeys to make key functionality easier to manage
pub use nkeys;
/// A trait that can be implemented by anything that needs to manage nkeys