rl-utils 0.2.1

Shared utility functions used across the rl-lang toolchain
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "rl-utils"
version = "0.2.1"
edition.workspace = true
license.workspace = true
description = "Shared utility functions used across the rl-lang toolchain"
repository.workspace = true

[dependencies]
ariadne.workspace = true
log = { workspace = true, optional = true }

[features]
debug = ["dep:log"]