Go to file
Kris Nuttycombe fcb14defd7
Merge pull request #461 from daira/ci-fixes-from-460
CI and dependency fixes for `no_std`
2025-03-19 09:26:31 -06:00
.github/workflows CI: Add a clippy lint for no_std on `wasm32-wasi`. 2025-03-19 14:45:40 +00:00
benches Remove 0xf6 empty memo convention. 2025-02-20 17:18:35 -07:00
book
proptest-regressions/constants
src Merge pull request #441 from nuttycom/remove_f6_memos 2025-02-20 17:30:45 -07:00
tests Remove 0xf6 empty memo convention. 2025-02-20 17:18:35 -07:00
.gitignore
CHANGELOG.md Release orchard version 0.11.0 2025-02-20 18:06:09 -07:00
COPYING.md
Cargo.lock Release orchard version 0.11.0 2025-02-20 18:06:09 -07:00
Cargo.toml Depend on `halo2_gadgets` with default-features = false. 2025-03-19 14:46:15 +00:00
LICENSE-APACHE
LICENSE-MIT
README.md Document needing the `no_std` feature of `typenum` for no_std builds. 2025-03-19 14:44:26 +00:00
katex-header.html
rust-toolchain.toml

README.md

orchard Crates.io

Requires Rust 1.66+.

Documentation

no_std compatibility

In order to take advantage of no_std builds, downstream users of this crate must enable:

  • the spin_no_std feature of the lazy_static crate; and
  • the no_std feature of the typenum crate.

This is needed because the --no-default-features builds of these crates still rely on std.

License

Copyright 2020-2023 The Electric Coin Company.

All code in this workspace is licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.