From 1631553efd7a2822cdac7ab11cb76cc811494635 Mon Sep 17 00:00:00 2001 From: cbowers Date: Tue, 17 Feb 2026 10:41:21 -0500 Subject: [PATCH] modify PR description --- src/rust/PR_DESCRIPTION.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rust/PR_DESCRIPTION.md b/src/rust/PR_DESCRIPTION.md index c613760..0b468d0 100644 --- a/src/rust/PR_DESCRIPTION.md +++ b/src/rust/PR_DESCRIPTION.md @@ -2,13 +2,13 @@ ## Summary -This PR adds complete, production-ready Rust bindings for the NORM library, enabling Rust developers to use NORM's reliable multicast capabilities with memory safety guarantees and idiomatic Rust patterns. +This PR adds complete Rust bindings for the NORM library, enabling developers to use NORM's reliable multicast capabilities within the Rust language. ## What's Added ### Core Implementation - **norm-sys**: Low-level FFI bindings auto-generated via bindgen from `normApi.h` -- **norm**: Safe, idiomatic Rust wrappers with RAII resource management +- **norm**: Rust wrappers with RAII resource management - **Build Integration**: Seamless integration with NORM's waf build system ### API Coverage