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

https://github.com/uetchy/binyl

🔬 Bitwise UTF-8 string inspector
https://github.com/uetchy/binyl

command-line rust unicode utf-8

Last synced: 2 months ago
JSON representation

🔬 Bitwise UTF-8 string inspector

Awesome Lists containing this project

README

          

# binyl

A bitwise UTF-8 string inspection tool written in Rust.

![Screenshot](https://github.com/uetchy/binyl/blob/master/.github/ss.png?raw=true)

## Installation

```bash
cargo install binyl
```

## Usage

```bash
binyl

# or

echo わたしはネコ🐈 | binyl
cat some.file | binyl
```