https://github.com/bend-n/wrat
byte go write
https://github.com/bend-n/wrat
Last synced: about 1 month ago
JSON representation
byte go write
- Host: GitHub
- URL: https://github.com/bend-n/wrat
- Owner: bend-n
- License: mit
- Created: 2023-11-18T23:04:37.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-18T23:04:41.000Z (over 1 year ago)
- Last Synced: 2025-02-28T11:18:16.571Z (about 2 months ago)
- Language: Rust
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wrat
fs util for writing bytes to a file
## usage
```bash
wrat [0, 0, 0, 255, 126, 126, 255, 255] outfile
```### get
```bash
cargo install wrat
```### see also
[erad](https://github.com/bend-n/erad)
[hew](https://github.com/bend-n/hew)