binius_core/reed_solomon/
mod.rs

1// Copyright 2024-2025 Irreducible Inc.
2
3mod error;
4pub mod reed_solomon;
5
6pub use error::*;
7pub use reed_solomon::*;