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
6
7
8
9
10
11
pub mod fetch_by_day;
pub mod fetch_by_hour;
pub mod fetch_by_time;
pub mod fetch_entries_from_day_to_day;
pub mod fetch_entries_from_day_to_hour;
pub mod fetch_entries_from_hour_to_day;
pub mod fetch_entries_from_hour_to_hour;
pub mod fetch_in_time_range;
pub mod fetchers;
pub mod inputs;
pub mod utils;