bin2src 0.0.58

Converts and embed a binary file as an array of bytes into a source file of other languages
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies]

[package]
authors = ["Alexandre Gomiero de Oliveira <gomiero@gmail.com>"]
categories = ["command-line-utilities"]
description = "Converts and embed a binary file as an array of bytes into a source file of other languages"
edition = "2018"
exclude = ["examples/"]
homepage = "https://github.com/gomiero/bin2src"
keywords = ["binary", "source", "generator", "bytearray"]
license = "MIT"
license-file = "LICENSE"
name = "bin2src"
publish = true
readme = "README.md"
repository = "https://github.com/gomiero/bin2src"
version = "0.0.58"