Crates.io | op-alloy |
lib.rs | op-alloy |
version | |
source | src |
created_at | 2024-11-06 12:42:42.8123 |
updated_at | 2024-12-12 20:12:19.09004 |
description | Connect applications to the OP Stack |
homepage | https://github.com/alloy-rs/op-alloy |
repository | https://github.com/alloy-rs/op-alloy |
max_upload_size | |
id | 1438279 |
Cargo.toml error: | TOML parse error at line 23, column 1 | 23 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
op-alloy
Built on Alloy, op-alloy
connects applications to the OP Stack.
To use op-alloy
, add the crate as a dependency to a Cargo.toml
.
op-alloy = "0.6"
op-alloy
is currently in active development, and is not yet ready for use in production.
The current MSRV (minimum supported rust version) is 1.81.
Unlike Alloy, op-alloy may use the latest stable release, to benefit from the latest features.
The MSRV is not increased automatically, and will be updated only as part of a patch (pre-1.0) or minor (post-1.0) release.
op-alloy is built by open source contributors like you, thank you for improving the project!
A contributing guide is available that sets guidelines for contributing.
Pull requests will not be merged unless CI passes, so please ensure that your contribution follows the linting rules and passes clippy.
no_std
op-alloy is intended to be no_std
compatible, initially for use in kona.
The following crates support no_std
.
Notice, provider crates do not support no_std
compatibility.
If you would like to add no_std support to a crate, please make sure to update scripts/check_no_std.sh.
op-alloy is inspired by the work of several teams and projects, most notably the Alloy project.
This would not be possible without the hard work from open source contributors. Thank you.
Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in these crates by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.