Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
make AesModeInfo pub(crate) to make its intention clear
  • Loading branch information
cosmicexplorer committed Jul 16, 2024
commit 3960e345bb74d428a9c5ec3ef95c49db916a908d
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