io-keyring 0.0.2

Set of I/O-free Rust coroutines and runtimes to manage keyring entries
Documentation
1
2
3
4
5
6
7
8
9
#![cfg_attr(docsrs, feature(doc_cfg, doc_auto_cfg))]
#![doc = include_str!("../README.md")]

pub mod coroutines;
pub mod entry;
pub mod io;
pub mod runtimes;
#[cfg(feature = "serde")]
pub mod serde;