bin2src 0.0.57

Converts a binary file to an array of bytes, defined at a source of another language, so you can embed it into your program
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# TODO List

### Important

- [ ] document and format all the code
- [ ] revise the (very much likely) mistakes with English language
- [ ] organize and optimize entire project
- [ ] make tests on Linux and other plataforms
 
### Not so important

- [ ] implement new languages
- [ ] review the format of all text on repo
 
### Maybe...

- [ ] implement a 'plugin interface' like for new languages