Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kassane/rsdemangle-zig

rust demangle on zig
https://github.com/kassane/rsdemangle-zig

demangle rust wrapper zig

Last synced: 2 days ago
JSON representation

rust demangle on zig

Awesome Lists containing this project

README

        

# rsDemangle-zig

### Note

This is a rustc-demangle experiment using zig. [**WiP**]

To better understand it I suggest you read:
- https://github.com/kubkon/zld/issues/6
- https://github.com/rui314/mold/issues/371#issuecomment-1159529529

I would also like to thank [@eddyb](https://github.com/eddyb) for providing an initial example written in c.

### Reference

- https://github.com/LykenSol/rust-demangle.c