[][src]Crate intcodeint

An intcode intepreter written in Rust!

Intcode is a machine language specified in several challenges from Advent of Code 2019. This library provides a full implementation of the language that is compatible with every Intcode-based challenge.

Structs

Machine

An instance of an Intcode virtual machine.

Enums

Error

Errors that can occur during execution.