evm
rust
evm | rust | |
---|---|---|
2 | 2,810 | |
1,242 | 102,696 | |
1.3% | 1.2% | |
4.8 | 10.0 | |
about 1 month ago | 5 days ago | |
Rust | Rust | |
Apache License 2.0 | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
evm
-
Precompiled Contracts in Neon: A Case Study of ERC-20 Wrapper
The Neon EVM core program is based on the Sputnik VM, an implementation of the Ethereum Virtual Machine written in Rust. Sputnik VM includes a feature to embed third-party Rust code that can be invoked from Ethereum contracts. This embedded code is known as a “precompiled contract”.
-
Might be a dumb question: Are there any ETH L2s that have a java virtual machine for transactions?
Rust
rust
-
Harnessing Warp Terminal: Integrating AI and IDE-like Features into Your Workflow
Rust Programming Language
-
Shell-secrets – GPG-encrypted environment variables
Another trick with github urls: you can append .patch or .diff to any PR or commit URL, and you'll get back a git-formatted patch or diff.
https://github.com/rust-lang/rust/pull/139966
https://github.com/rust-lang/rust/pull/139966.patch
https://github.com/rust-lang/rust/pull/139966.diff
-
Say Hello to UV: A Fast Python Package & Project Manager Written in Rust
UV is a blazing-fast package and project manager for Python, written in Rust.
-
Two Years of Rust
> Hard agree. Is retrospect I think the model of Delphi, where you must assemble `manually` a `pkg` so you can export to the world should have been used instead.
Very very old Rust had "crate files" which were this https://github.com/rust-lang/rust/blob/a8eeec1dbd7e06bc811e5...
.rc standing for "rust crate"
There's pros and cons here. I'm of two minds.
-
A surprising enum size optimization in the Rust compiler
Many years ago I think, here: https://github.com/rust-lang/rust/issues/46213. (Found this via https://lobste.rs/s/w3jjb2/surprising_enum_size_optimization...)
- Rustc Implements "Super Let"
-
UmiJS: the Shaolin of web frameworks
I stumbled upon UmiJS accidentally when reading about Mako — a Vite analog built with Rust (of course) which I'm very interested in. When I started to dig, I had fallen into a whole treasure trove which I wanted to share with other people who hadn't heard anything about the Umi ecosystem. Maybe it's just me living under a stone, so feel free to skip it if you're already a UmiJS kung fu master. Otherwise, welcome to the ride.
-
Crabtime: Zig's Comptime in Rust
That's because the linked issue is a different, but related tracking issue. The FP-in-const tracking issue was this one: https://github.com/rust-lang/rust/issues/57241
- Quick Diff ME 1.1: Excel 比較 ツール
-
Zlib-rs is faster than C
A long-standing issue with that was just recently fixed: https://github.com/rust-lang/rust/pull/133250
What are some alternatives?
besu - An enterprise-grade Java-based, Apache 2.0 licensed Ethereum client https://wiki.hyperledger.org/display/besu
carbon-lang - Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README)
ethereumjs-monorepo - Monorepo for the Ethereum VM TypeScript Implementation
zig - General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.
evm-opcodes - Ethereum opcodes and instruction reference
Odin - Odin Programming Language