Files
nym/sdk/ffi/shared
mfahampshire 9b6b2117dd Max/general abstraction updates (#5560)
- new instance of echo server with lib / cli split 
- echo server docs update 
- tcpproxy and echosever now listen for kill signal 
- ffi bindings of tcpproxy functions updated
2025-05-14 15:51:18 +00:00
..
2025-01-14 16:11:47 +00:00

FFI Shared ()s

This repo contains internal functions and runtime handling to be used by the C/C++ and Go FFI bindings.

Usage

Import the library as you would usually - see ../cpp/src/lib.rs and ../go/src/lib.rs for example usage.