David's Blog
Blogs
GitHub
FriendlyUser's blog
More posts in my blog.
Clover API
Payment Integration
Integrating Recurring Payments with Clover API
Dec 31, 2024
Learn how to use Clover API to tokenize credit card information, create customer profiles, look up tax rates, and manage subscriptions for recurring payments in your applications.
rust
ffi
How to use Rust's Foreign Function Interface
Dec 27, 2024
Rust's Foreign Function Interface (FFI) allows Rust code to interact with code written in other programming languages, such as C. In this article, we will explore Rust's FFI capabilities by building a program that interfaces with a C library using Rust's FFI. Specifically, we will use Rust to call a C library function that computes the sum of two integers.
rust
ffi
How to use Rust's macros
Dec 27, 2024
In this article, we will explore Rust's macros and build a program that demonstrates their usage.
rust
ffi
serde_json: A Rust Library for Serialization and Deserialization
Dec 27, 2024
serde_json is a Rust library that can be used to serialize and deserialize JSON data. It is a popular library that is used by many Rust projects.
rust
ffi
Unsafe Rust: Going Below the Abstraction
Dec 27, 2024
Rust is a systems programming language that runs blazingly fast, prevents segfaults, and guarantees thread safety.
rust
ffi
Cross-Language Interoperability: Exploring Rust's FFI, WebAssembly, and gRPC
Dec 27, 2024
In this article, we will explore three techniques for cross-language interoperability: Rust's FFI, WebAssembly, and gRPC.
← Newer Posts
Older Posts →
© Copyright 2025 by FriendlyUsers Tech Blog. Built with ♥ by
FriendlyUser
. Last updated on 2025-11-29.