Expand description
Other Resources
- Source code - github.com/spartan-holochain-counsel/rust-hc-crud-caps
- Cargo package - crates.io/crates/hc_crud_caps
Re-exports§
pub use hdk_extensions::hdi;
pub use hdk_extensions::hdi_extensions;
pub use hdk_extensions::hdk;
pub use hdk_extensions;
Macros§
Structs§
- Entity
- The context and content of a specific entry
- GetEntity
Input - Update
Entity Input
Traits§
- Entry
Model - Identifies a struct as an Entity model type
Functions§
- create_
entity - Create a new entity
- create_
link_ input - delete_
entity - Delete an entity
- get_
entities - Get multiple entities for a given base and link tag filter
- get_
entity - Get an entity by its ID
- now
- Get the current unix timestamp
- to_
entry_ type - Verify a Record’s entry is the expected entry type
- update_
entity - Update an entity
Type Aliases§
- Empty
Entity - A general use entity definition for deserializing any entity input when the content is not relevant.
- Entity
Id