//! FFI bindings for symbolic group theory operations.
//!
//! This module exposes foreign function interface (FFI) bindings for abstract groups,
//! homomorphisms, and group-theoretic constructions.
/// Bincode-based FFI bindings for symbolic group theory operations.
/// Handle-based FFI bindings for group theory using opaque `Group` and related handles.
/// JSON-based FFI bindings for group theory using serialized group-theoretic data.