Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sd2k/newrelic-sys
Rust bindings to the New Relic C SDK
https://github.com/sd2k/newrelic-sys
Last synced: 29 days ago
JSON representation
Rust bindings to the New Relic C SDK
- Host: GitHub
- URL: https://github.com/sd2k/newrelic-sys
- Owner: sd2k
- License: apache-2.0
- Created: 2019-05-17T13:56:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-03T21:42:01.000Z (almost 3 years ago)
- Last Synced: 2024-09-17T15:17:28.303Z (about 2 months ago)
- Language: Rust
- Size: 32.2 KB
- Stars: 0
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
newrelic-sys
============[![docs.rs](https://docs.rs/newrelic-sys/badge.svg)](https://docs.rs/newrelic-sys)
[![crates.io](https://img.shields.io/crates/v/newrelic-sys.svg)](https://crates.io/crates/newrelic-sys)Rust bindings to the [New Relic C SDK].
Requirements
------------Building this library requires all the same [requirements] as the C-SDK. This library will _not_ currently link against musl, due to a few missing symbols (at least `qsort_r` and `backtrace`) - help would be appreciated in getting that to work!
Updating
--------The Makefile included in this repository includes a `bindings` target. This requires `bindgen` to be installed. Updating the bindings should then be a case of:
git submodule update
make bindingsThe latest bindings were generated using bindgen v0.5.2.
[New Relic C SDK]: https://github.com/newrelic/c-sdk
[requirements]: https://github.com/newrelic/c-sdk#requirements
[bindgen]: https://rust-lang.github.io/rust-bindgen