watchmaker_vm 1.0.1

A Rust implementation of a virtual machine for use with genetic algorithms.
Documentation
1
2
3
4
#[derive(Clone, Debug, PartialEq)]
pub struct CodeOffset {
    pub offset: i16,
}