latticeon 0.1.0

A math and ECS library focused on easy academic reproduction of animation, physics simulation, and AI
Documentation
1
2
3
4
//! Block storage constants.

/// Default block size in bytes (128KB).
pub const DEFAULT_BLOCK_SIZE: usize = 128 * 1024;