sway-ir 0.22.1

Sway intermediate representation.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "sway-ir"
version = "0.22.1"
authors = ["Fuel Labs <contact@fuel.sh>"]
edition = "2021"
homepage = "https://fuel.network/"
license = "Apache-2.0"
repository = "https://github.com/FuelLabs/sway"
description = "Sway intermediate representation."

[dependencies]
anyhow = "1.0"
filecheck = "0.5"
generational-arena = "0.2"
peg = "0.7"
sway-types = { version = "0.22.1", path = "../sway-types" }