holochain_types 0.2.6

Holochain common types
docs.rs failed to build holochain_types-0.2.6
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: holochain_types-0.3.0-beta-dev.38

crate

Project Forum Chat

License: Apache-2.0

Current version: 0.0.1

Common types used by other Holochain crates.

This crate is a complement to the holochain_zome_types crate, which contains only the essential types which are used in Holochain DNA code. This crate expands on those types to include all types which Holochain itself depends on.

It is not recommended to depend on this crate from your zomes, as it is not guaranteed to compile for the wasm32-unknown-unknown target, and even if it does, it will pull in many needless dependencies, bloating your Wasm. If there is a type from holochain_types that you absolutely need in your DNA, please open an issue in the holochain repo explaining why, and we can consider pulling that type into holochain_zome_types.

Contribute

Holochain is an open source project. We welcome all sorts of participation and are actively working on increasing surface area to accept it. Please see our contributing guidelines for our general practices and protocols on participating in the community, as well as specific expectations around things like code formatting, testing practices, continuous integration, etc.

  • Connect with us on our forum

License

License: Apache-2.0

Copyright (C) 2019 - 2023, Holochain Foundation

This program is free software: you can redistribute it and/or modify it under the terms of the license provided in the LICENSE file (Apache 2.0). This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.