From 519196c1aad72ddced19b330e2aac5b505afb280 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Wed, 24 Apr 2019 09:31:02 +0100 Subject: [PATCH] readme: mention Rust support --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 510d6e2..5b7e3e9 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,12 @@ Please visit the [documentation]. | **C** | C90, C99, C11 | GCC 6+, clang 3.8+ | **C++** _(helpers)_[^1] | C++11, C++14, C++17 | GCC 6+, clang 3.8+ | **Go** _(bindings)_ | 1.9 - 1.12 | +| **Rust** _(bindings)_[^2] | 2018 edition | 1.31.0 and newer [^1]: C++ support is provided by C headers and some optional C++ helpers. +[^2]: Rust support is limited and not complete yet. + ## Related projects ### EVMs