2 unstable releases
0.2.0 | Jan 30, 2020 |
---|---|
0.1.0 | May 23, 2019 |
#5 in #newrelic
46 downloads per month
Used in 12 crates
(2 directly)
3.5MB
81K
SLoC
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 bindings
The latest bindings were generated using bindgen v0.5.2.