sentry-contrib-native-sys

Crates.iosentry-contrib-native-sys
lib.rssentry-contrib-native-sys
version0.3.1
sourcesrc
created_at2020-06-09 10:51:06.600156
updated_at2021-04-23 13:38:19.557085
descriptionUnofficial FFI bindings to the Sentry Native SDK for Rust.
homepage
repositoryhttps://github.com/daxpedda/sentry-contrib-native
max_upload_size
id251860
size22,038,099
(daxpedda)

documentation

README

sentry-contrib-native-sys

Crates.io License

Release: Build Docs

Master: Build Docs

Table of contents

Description

Unofficial FFI bindings to the Sentry Native SDK for Rust. This crate isn't intended to be used directly, use sentry-contrib-native instead.

For more details see sentry-contrib-native's README

Crate features

  • transport-default - Enabled by default, will use WinHttp on Windows and Curl everywhere else as the default transport.
  • backend-crashpad - Will use Crashpad.
  • backend-breakpad - Will use Breakpad.
  • backend-inproc - Will use InProc.
  • nightly - Enables full documentation through feature(external_doc).

By default the selected backend will be Crashpad for Linux, MacOS and Windows and InProc for Android, even if no corresponding feature is active. See SENTRY_BACKEND for more information on backends.

License

Licensed under either of

at your option.

Attribution

Used documentation from Sentry Native SDK: MIT

See the ATTRIBUTION for more details.

Commit count: 415

cargo fmt