Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinegb authored Apr 1, 2024
1 parent 1d03275 commit 7b72a16
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# `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

## Usage

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

Use `demangle --help` for more.

## Installation

```sh
cargo install demangle
```

0 comments on commit 7b72a16

Please sign in to comment.