sentry-contrib-native-sys 0.3.1

Unofficial FFI bindings to the Sentry Native SDK for Rust.
1
2
3
4
5
6
7
8
#include "sentry_core.h"
#include "sentry_transport.h"

sentry_transport_t *
sentry__transport_new_default(void)
{
    return NULL;
}