205 releases
new 0.5.0-dev.4 | Nov 6, 2024 |
---|---|
0.4.0-rc.0 | Oct 4, 2024 |
0.4.0-dev.15 | Jul 31, 2024 |
0.3.0-beta-dev.38 | Mar 27, 2024 |
0.0.2 | Jul 29, 2021 |
#443 in Magic Beans
2,352 downloads per month
Used in 27 crates
(24 directly)
1.5MB
28K
SLoC
crate
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
Copyright (C) 2019 - 2024, 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.
Dependencies
~64–100MB
~2M SLoC