bitloom-builder 1.1.0

Runtime elaboration session over Bitloom HIR
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "bitloom-builder"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
publish = true
description = "Runtime elaboration session over Bitloom HIR"
authors = ["Bitloom contributors"]
repository = "https://github.com/TangCan/bitloom"
homepage = "https://github.com/TangCan/bitloom"
documentation = "https://docs.rs/bitloom-builder"

[dependencies]
bitloom-hir = { workspace = true }