# freeswitchrs **Repository Path**: mirrors_areski/freeswitchrs ## Basic Information - **Project Name**: freeswitchrs - **Description**: FreeSWITCH Rust Bindings - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Rust for FreeSWITCH **Dynamic Alpha Edition** Rust for FreeSWITCH is a full compatibility layer allowing use of Mozilla's Rust language with FreeSWITCH. With this project, C is superseded as the language of choice for building FreeSWITCH modules. Rust for FreeSWITCH provides significant benefits: - Rapid development with an expressive language - Ensures fully safe code, including thread-safety, with no runtime cost - Makes secure and correct code easy to get right - Provides better performance than C *Note:* Rust for FreeSWITCH is in an early stage and subject to breaking changes. View the example code in [examples/mod_skelr.rs](examples/mod_skelr.rs) for an overview of how to create a module.