An open API service indexing awesome lists of open source software.

https://github.com/lostjared/in2rs

This program will convert text files into C++ or Rust code to embed in a program.
https://github.com/lostjared/in2rs

Last synced: 6 months ago
JSON representation

This program will convert text files into C++ or Rust code to embed in a program.

Awesome Lists containing this project

README

          

This program will convert text files into C++ or Rust code to embed in a program.

arguments:

-o variable input files
-c output as C++
-n no blank lines
ex:
in2rs -c -o test source1.txt source2.txt