Crates.io | leach |
lib.rs | leach |
version | |
source | src |
created_at | 2025-02-02 09:40:19.775785 |
updated_at | 2025-02-02 09:40:19.775785 |
description | Streamlined FFI and cross-compilation with this powerful extension of build-helper (https://crates.io/crates/build-helper). |
homepage | |
repository | https://github.com/spritetong/leach |
max_upload_size | |
id | 1539410 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
This is an extension of build-helper, which provides great convenience for FFI and cross compilation.
build-helper
: Core functionality from the original build-helper
cratecmake
: Additional utilities and helpers for:
Add this to your Cargo.toml
:
[dependencies]
leach = "0.2.2"
This project is licensed under the MIT License. See the LICENSE file for details.
Contributions are welcome! Please feel free to submit a PR.
For any questions or feedback, please contact me at spritetong@gmail.com.