wire4 0.0.2

Embeddable, Forth inspired virtual machine suitable for `#![no_std]` environments.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "wire4"
version = "0.0.2"
edition = "2018"
license = "MIT/Apache-2.0"
readme = "README.md"
description = "Embeddable, Forth inspired virtual machine suitable for `#![no_std]` environments."
categories = ["no-std"]
keywords = ["vm", "forth"]
documentation = "https://docs.rs/wire4"
repository = "https://github.com/dotcypress/wire4"
authors = ["Vitaly Domnikov <oss@vitaly.codes>"]

[dependencies]
heapless = "0.5.2"
hash32 = "0.1.1"