fortraith 0.1.3

Compile-time compiler that compiles Forth to compile-time trait expressions.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "fortraith"
version = "0.1.3"
dependencies = [
 "trait_eval",
]

[[package]]
name = "trait_eval"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91476d781cbce5a1a83e66c5c7696c256bd929472b3e68aa959decbd5dd1b649"