-
I was trying to build rustls-ffi C API library which uses capi. I don't know if it works with audit, and how to extract the information later on. How should it be invoked? And how to extract audit data later on? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
This is documented in the README, here and here. I suggest
I tried it and it doesn't seem to work. The culprit is this line: If I replace it with |
Beta Was this translation helpful? Give feedback.
-
I've released v0.6.6 that makes |
Beta Was this translation helpful? Give feedback.
I've released v0.6.6 that makes
cargo auditable capi build
work.