a16z and Paradigm have developed Ethereum node clients respectively, both of which are implemented in Rust, but there are some differences:

a16z's Helio focuses on light node clients, which may make small devices connected to the network more secure in the future (compared to using third-party RPC);

Paradigm's Reth focuses on implementing modularity and performance in the client.

by Mr Pan.