examples icon indicating copy to clipboard operation
examples copied to clipboard

A collection of examples of Neon

Results 9 examples issues
Sort by recently updated
recently updated
newest added

Provide an example for connecting the Rust `log` logging facade with the Node `debug` module. ![image](https://user-images.githubusercontent.com/2471970/150185072-91f18187-c7a6-4b08-a1b5-deeddd0a1ec6.png)

This PR adds a function to the `errors` example which shows how to use `or_else` to translate library-specific errors to JavaScript errors. This partially addresses https://github.com/neon-bindings/neon/issues/166 although I'm not sure...

CI builds are fairly slow because of the large number of projects. However, since most projects use the same set of dependencies, [sccache](https://github.com/mozilla/sccache) should give a significant speed-up.

https://www.nearform.com/blog/the-future-of-native-modules-in-node-js/

Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.40 to 0.10.55. Release notes Sourced from openssl's releases. openssl-v0.10.55 What's Changed Fix warnings from BoringSSL on Rust 1.70 by @​alex in sfackler/rust-openssl#1948 Honor OPENSSL_NO_OCB if OpenSSL...

dependencies
rust

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.20.3 to 1.20.4. Commits f3ce29a chore: prepare Tokio v1.20.4 release 0d8fe5f Merge branch 'tokio-1.18.x' into tokio-1.20.x 171ce0f chore: prepare Tokio v1.18.5 release d6ea7a7 Add T: Unpin bound...

dependencies
rust

Bumps [bumpalo](https://github.com/fitzgen/bumpalo) from 3.10.0 to 3.12.0. Changelog Sourced from bumpalo's changelog. 3.12.0 Released 2023-01-17. Added Added the bumpalo::boxed::Box::bump and bumpalo::collections::String::bump getters to get the underlying Bump that a string or...

dependencies
rust

One-liner to remove an unused import.