Aswin C
Aswin C
**Your checklist for this pull request** - [x] I've read the [guidelines for contributing](https://github.com/rizinorg/rizin/blob/master/DEVELOPERS.md) to this repository - [x] I made sure to follow the project's [coding style](https://github.com/rizinorg/rizin/blob/master/DEVELOPERS.md#code-style) - [...
**Is your feature request related to a problem? Please describe.** Rizin currently only supports adding single-lined comments. To put it in more context, other disassemblers like IDA has a feature...
#### Description Create an documentation page for rz-pipe's Rust crate, just like [r2pipe's one](https://radare.github.io/r2pipe.rs/r2pipe/index.html) and host it when [rizin.re/docs](rizin.re/docs) is up.
Added a more interactive, basic explanation on how to get started with Rizin
Codespell is a tool for fix spelling mistakes in the source code. This can be added in the CI to check for spelling mistakes in the pull requests. Please note...