hdk_crud 0.15.0

A library to help quickly and easily create a consistent set of create-read-update-delete functions for an Entry type in Holochain, complete with signaling options
Documentation
1
2
3
4
5
pub mod do_create;
pub mod do_delete;
pub mod do_fetch;
pub mod do_update;
pub mod utils;