byte go write
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "wrat"
version = "0.1.0"
edition = "2021"
description = "write bytes to a file"
license = "MIT"
keywords = ["fs", "cli"]
categories = ["development-tools"]
repository = "https://github.com/bend-n/wrat"

[dependencies]
comat = "0.1.3"