The data structures of poly-commit/src/linear_codes have restricted visibility. Specifically, the LinCodePCCommitment and LinCodePCCommitmentState data structures required to store the commitments are currently private.
pub use data_structures::*;
pub use data_structures::{
BrakedownPCParams, LigeroPCParams,
LinCodePCProof, LinCodePCCommitment,
LinCodePCCommitmentState
};