modify PR description

pull/97/head
cbowers 2026-02-17 10:41:21 -05:00
parent 8a02c95477
commit 1631553efd
1 changed files with 2 additions and 2 deletions

View File

@ -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