docs.rs failed to build editres-0.1.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
editres-0.1.6
editres
Embed data into executables after build.
Supported Executable Formats
- Windows (PE)
- Linux (ELF)
- macOS (Mach-O)
Quick Start
1. Declare resources using editres::resource!
use resource;
use from_utf8;
#
2. Inject data in the executable
You can inject data in executables using library editres or command line from editres_cli.
- Library usage:
- Add
editresas a dependency with featureinjectorenabled, - Refer to
injector::list.
- Add
- Command line usage:
cargo install editres_cli, or download from the releases.- Get command line help using
editres help inject
Notes
editres is based on Node.js' single executable application implementation: postject.