https://github.com/bbqsrc/wargs
https://github.com/bbqsrc/wargs
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bbqsrc/wargs
- Owner: bbqsrc
- Created: 2023-05-09T21:04:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-09T21:07:57.000Z (over 2 years ago)
- Last Synced: 2025-02-02T04:05:35.595Z (about 1 year ago)
- Language: Rust
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wargs
I've needed a safe function for `CommandLineToArgvW` about a thousand times now. Now I've made it.
Perhaps unsurprisingly, this crate only does something on Windows.
## License
The `wargs` crate is licensed under either of
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
at your option.