dark-vm 0.4.3

A new VM called the DarkVM, which focuses on speed and simplicity.
Documentation
1
2
3
4
5
/// The error module, which contains information about different errors and also handles them.
pub mod error;

/// The error_kind module, which contains the ErrorKind enum. This enum describes the various kinds of errors that can occur.
pub mod error_kind;