Crate tx2_pack

Crate tx2_pack 

Source

Re-exports§

pub use format::PackFormat;
pub use format::SnapshotHeader;
pub use format::ComponentArchetype;
pub use storage::SnapshotWriter;
pub use storage::SnapshotReader;
pub use storage::SnapshotStore;
pub use compression::CompressionCodec;
pub use compression::compress;
pub use compression::decompress;
pub use checkpoint::Checkpoint;
pub use checkpoint::CheckpointManager;
pub use replay::ReplayEngine;
pub use replay::TimeTravel;
pub use error::PackError;
pub use error::Result;
pub use metadata::SnapshotMetadata;
pub use encryption::EncryptionKey;
pub use encryption::encrypt_snapshot;
pub use encryption::decrypt_snapshot;

Modules§

checkpoint
compression
encryption
error
format
metadata
replay
storage