io-addressbook 0.0.1

Set of I/O-free coroutines to manage contacts
1
2
3
4
5
use super::create_card::CreateCard;

// NOTE: for now, the update flow is exactly the same as the create
// one, so we just alias it
pub type UpdateCard = CreateCard;