rl-utils 1.2.0

Shared utility functions used across the rl-lang toolchain
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "rl-utils"
version.workspace = true
readme = "readme.md"
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"]