From 8e6e21e839b891919a1a5735ee0a13f3f17fafe2 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Mon, 22 Aug 2022 16:00:01 +0100 Subject: [PATCH] Advertise rust-demangle.c --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0833e1e..e1a227d 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,9 @@ You'll then find `target/release/librustc_demangle.a` and platform). These objects implement the interface specified in `crates/capi/include/rustc_demangle.h`. +Alternatively, there's a pure C99 implementation of Rust demangling here: +[rust-demangle.c](https://github.com/LykenSol/rust-demangle.c). + # License This project is licensed under either of