Skip to content

Commit

Permalink
make AesModeInfo pub(crate) to make its intention clear
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmicexplorer committed Jul 16, 2024
1 parent bf63d19 commit 3960e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ pub const MIN_VERSION: u8 = 10;
pub const DEFAULT_VERSION: u8 = 45;

#[derive(Debug, Copy, Clone)]
pub struct AesModeInfo {
pub(crate) struct AesModeInfo {
pub aes_mode: AesMode,
pub vendor_version: AesVendorVersion,
pub compression_method: CompressionMethod,
Expand Down

0 comments on commit 3960e34

Please sign in to comment.