Rust coding sample #37
Replies: 1 comment 2 replies
-
Why rust?Rust is a very popular programming language in the crypto space. Cryptocurrencies like IOTA or Solana use Rust as their main language. Currently we are missing extensive samples to interact with the XRPL using Rust. What are the benefits?Getting started with XRPAdding code samples makes it easy for new developers to get started with XRP. Developers from other blockchains can switch to the XRPL using the language they are used to programming with. New project opportunitiesRust is a low-level language, being an alternative to C when your project is dealing with embedded systems. SafetyRust offers memory safety guarantees (ownership -> alternative to a garbage collector) to prevent memory leaks, buffer overflows, etc. Especially for low-level projects this is a huge deal. xrpl-rustWhat is xrpl-rust?With xrpl-rust, @sephynox and I are building a Features:Wallet:
Clients (
|
Beta Was this translation helpful? Give feedback.
-
I would like to see more rust integration with the ledger
Beta Was this translation helpful? Give feedback.
All reactions