https://github.com/zachmatson/sleef-shim-rs
Shim crate for building SLEEF library in Cargo builds, for use in C code within Rust projects
https://github.com/zachmatson/sleef-shim-rs
Last synced: 8 months ago
JSON representation
Shim crate for building SLEEF library in Cargo builds, for use in C code within Rust projects
- Host: GitHub
- URL: https://github.com/zachmatson/sleef-shim-rs
- Owner: zachmatson
- License: bsl-1.0
- Created: 2021-03-03T02:02:57.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-11-27T02:17:06.000Z (over 4 years ago)
- Last Synced: 2025-07-26T23:12:10.543Z (10 months ago)
- Language: Rust
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sleef-shim-rs
This respository allows installation of statically linked SLEEF library in a Cargo toolchain without actually creating FFI bindings or linking to rustc.
It is intended mainly for making SLEEF available to other C code inside of a Rust project, rather than using SLEEF from Rust as in a `-sys` crate.
Because it was created for a specific and narrow use case I had and may or may not be generally useful. If you think this crate could be useful to your workflow with
some changes that don't break the existing concept, feel free to open an issue or PR.