159 releases

new 0.3.0-beta-dev.42 Apr 24, 2024
0.3.0-beta-dev.38 Mar 27, 2024
0.3.0-beta-dev.26 Dec 22, 2023
0.3.0-beta-dev.23 Nov 29, 2023
0.0.2 Jul 29, 2021

#1862 in Magic Beans

Download history 18/week @ 2024-01-01 246/week @ 2024-01-08 183/week @ 2024-01-15 216/week @ 2024-01-22 254/week @ 2024-01-29 431/week @ 2024-02-05 114/week @ 2024-02-12 250/week @ 2024-02-19 537/week @ 2024-02-26 754/week @ 2024-03-04 506/week @ 2024-03-11 769/week @ 2024-03-18 226/week @ 2024-03-25 647/week @ 2024-04-01 758/week @ 2024-04-08 647/week @ 2024-04-15

2,301 downloads per month
Used in 25 crates (22 directly)

Apache-2.0 and AGPL-3.0 WITH mif-exception

1.5MB
27K SLoC

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 - 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

~63–105MB
~2M SLoC