Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't try to turn Argdata into string command line arguments.
Rust will always make use of the main() function on startup, even if we make use of Argdata. Optimize this scenario a bit by checking whether the provided Argdata is binary. If so, don't try to convert it to string command line arguments.
- Loading branch information