Registry / other / holochain-types

holochain-types

JSON →
library0.6.1rscratesunverified

Holochain common types for building distributed applications.

# Cargo.toml [dependencies] holochain_types = "0.6.1"
INSTALL
IMPORT
SIG · HOLOCHAIN-TYPES
H
holochain-types
otherrustv0.6.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

prelude
use holochain_types::prelude::*;

Creates a new app entry with byte data.

use holochain_types::prelude::*; fn main() { let entry = Entry::App(AppEntryBytes::new(vec![1,2,3])); println!("Entry created: {:?}", entry); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.6.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Meta
1
Resources
holochain-types — cargo add holochain-types · libregistry