Explore >> Select a destination


You are here

nercury.github.io
| | amirmalik.net
3.6 parsecs away

Travel
| | A simple example of adding a Go library to a Rust program, and then using the bindgen FFI to call Go functions from Rust.
| | www.abubalay.com
2.8 parsecs away

Travel
| | [AI summary] This post discusses the complexities of creating safe Foreign Function Interface (FFI) bindings in Rust when calling C++ code, examining tools like cxx and strategies for maintaining Rust's memory and thread-safety guarantees despite the inherent unsafety in such interactions.
| | docs.rs
2.8 parsecs away

Travel
| | API documentation for the Rust `anyhow` crate.
| | blog.libove.org
18.1 parsecs away

Travel
| [AI summary] The author describes the creation of a programming language called Chromahack, which interprets strings as programs to generate visual art inspired by hacker aesthetics, with implementation details and future plans for animation and genetic algorithm-based program generation.