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
- Host: GitHub
- URL: https://github.com/uetchy/binyl
- Owner: uetchy
- License: other
- Created: 2019-11-22T09:49:26.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-07T13:35:31.000Z (over 3 years ago)
- Last Synced: 2025-07-21T12:50:10.605Z (3 months ago)
- Topics: command-line, rust, unicode, utf-8
- Language: Rust
- Homepage: https://crates.io/crates/binyl
- Size: 1 MB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# binyl
A bitwise UTF-8 string inspection tool written in Rust.

## Installation
```bash
cargo install binyl
```## Usage
```bash
binyl# or
echo わたしはネコ🐈 | binyl
cat some.file | binyl
```