Skip to content
Snippets Groups Projects
Commit d982ef96 authored by Marvin Berstecher's avatar Marvin Berstecher
Browse files

Merge branch 'feature/didcomm-bindings'

parents 131d6c09 3e5d28ff
No related branches found
No related tags found
4 merge requests!5Sprint 6,!4Sprint 5,!3Sprint 3,!2Sprint 1 & 2: DIDComm Mediation Request
#include <didcomm.h>
// This file exists beacause of
// https://github.com/golang/go/issues/11263
void cgo_rust_task_callback_bridge_didcomm(RustTaskCallback cb, const void * taskData, int8_t status) {
cb(taskData, status);
}
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment