pub fn compress_from_position( moves: &[Move], position: Chess, ) -> Result<Vec<u8>, Error>
Compress a sequence of moves from a given position.