Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: update no-std not in readme #215

Merged
merged 1 commit into from
Jul 30, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ This repository contains the following crates:
[`alloy-json-abi`]: ./crates/json-abi
[`alloy-sol-type-parser`]: ./crates/sol-type-parser
[`syn-solidity`]: ./crates/syn-solidity

[JSON-ABI]: https://docs.soliditylang.org/en/latest/abi-spec.html#json
[ABI]: https://docs.soliditylang.org/en/latest/abi-spec.html
[EIP-712]: https://eips.ethereum.org/EIPS/eip-712
Expand Down Expand Up @@ -95,10 +94,11 @@ interface, as we believe [viem] or [ethers.js] serve that need very well.

## Note on `no_std`

We intend these crates to support `no_std` with `alloc`, and have written them
with that in mind. However, a key dependency, `ruint`, does not yet support
`no_std`. We strive to maintain `no_std` + `alloc` compatibility, and intend to
contribute upstream PRs to achieve it in ruint.
All crates in this workspace should support `no_std` environments, with the
`alloc` crate. If you find a crate that does not support `no_std`, please
[open an issue].

[open an issue]: https://github.com/alloy-rs/core/issues/new/choose

## Credits

Expand Down