Crates.io | cdylib-shim |
lib.rs | cdylib-shim |
version | 0.1.2 |
created_at | 2025-03-28 23:31:03.663581+00 |
updated_at | 2025-04-26 17:19:44.701671+00 |
description | A macro for creating dynamic library shims that can intercept and modify function calls |
homepage | |
repository | https://github.com/itsdirect/cdylib-shim |
max_upload_size | |
id | 1610672 |
size | 10,878 |
A macro for creating dynamic library shims that can intercept and modify function calls.
This crate has an MSRV of 1.88 as it relies on the naked_functions
feature.