reustmann 0.1.1

Reustmann is a Von Neumann architecture
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "reustmann"
version = "0.1.1"
authors = ["Kerosene2000 <renault.cle@gmail.com>"]
keywords = ["von", "neumann", "architecture", "genetic", "algorithm"]
description = "Reustmann is a Von Neumann architecture"
documentation = "https://kerosene2000.github.io/reustmann-doc/reustmann/reustmann/"
repository = "https://github.com/Kerosene2000/Reustmann"
license = "MIT"

[[bin]]
name = "reustmann"
doc = false

[dependencies]
colorify = "0.2"
nom = "1.2"
rustyline = "0.2"