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.
- Host: GitHub
- URL: https://github.com/lostjared/in2rs
- Owner: lostjared
- License: gpl-3.0
- Created: 2023-02-11T12:18:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-11T12:20:23.000Z (over 3 years ago)
- Last Synced: 2024-12-31T05:18:34.560Z (over 1 year ago)
- Language: Rust
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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