rustls-ffi

FFI bindings for rustls TLS library enabling C/C++ integration

brewmacoslinux
Try with needOr install directly
Source

About

FFI bindings for the rustls TLS library

Commands

rustls-ffi

Examples

Link rustls-ffi library in a C project$ gcc -o client client.c -lrustls -L$(brew --prefix rustls-ffi)/lib
Include rustls-ffi headers in compilation$ gcc -c server.c -I$(brew --prefix rustls-ffi)/include
Check installed rustls-ffi version and location$ brew info rustls-ffi && ls $(brew --prefix rustls-ffi)/lib