demangle 0.1.0

CLI tool for quickly demangling a symbol
# `demangle`

[![Rust](https://github.com/valentinegb/demangle/actions/workflows/rust.yml/badge.svg)](https://github.com/valentinegb/demangle/actions/workflows/rust.yml)

CLI tool for quickly demangling a symbol

Powered by [symbolic](https://github.com/getsentry/symbolic) and [clap](https://github.com/clap-rs/clap).

## Usage

```txt
demangle <LANGUAGE> <SYMBOL>
```

Use `demangle --help` for more.

## Installation

```sh
cargo install demangle
```