Skip to content

Commit

Permalink
Make extended_source_block_symbols unconditionally public
Browse files Browse the repository at this point in the history
  • Loading branch information
cberner committed Feb 8, 2022
1 parent bd5a5ec commit 95286b9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ pub use crate::python::raptorq;
pub use crate::python::Decoder;
#[cfg(feature = "python")]
pub use crate::python::Encoder;
pub use crate::systematic_constants::extended_source_block_symbols;

#[cfg(feature = "benchmarking")]
pub use crate::constraint_matrix::generate_constraint_matrix;
Expand All @@ -60,5 +61,3 @@ pub use crate::pi_solver::IntermediateSymbolDecoder;
pub use crate::sparse_matrix::SparseBinaryMatrix;
#[cfg(feature = "benchmarking")]
pub use crate::symbol::Symbol;
#[cfg(feature = "benchmarking")]
pub use crate::systematic_constants::extended_source_block_symbols;

0 comments on commit 95286b9

Please sign in to comment.