leach

Crates.ioleach
lib.rsleach
version
sourcesrc
created_at2025-02-02 09:40:19.775785
updated_at2025-02-02 09:40:19.775785
descriptionStreamlined FFI and cross-compilation with this powerful extension of build-helper (https://crates.io/crates/build-helper).
homepage
repositoryhttps://github.com/spritetong/leach
max_upload_size
id1539410
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`
size0
Sprite Tong (spritetong)

documentation

https://docs.rs/leach

README

leach

This is an extension of build-helper, which provides great convenience for FFI and cross compilation.

Features

  • build-helper: Core functionality from the original build-helper crate
  • cmake: Additional utilities and helpers for:
    • FFI build configuration
    • Platform-specific build customization
    • CMake build system integration with cmkabe

Usage

Add this to your Cargo.toml:

[dependencies]
leach = "0.2.2"

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contributing

Contributions are welcome! Please feel free to submit a PR.

Contact

For any questions or feedback, please contact me at spritetong@gmail.com.

Commit count: 25

cargo fmt