metaslang_stack_graphs 1.3.2

Stack graphs utilities used in Slang
Documentation
[dependencies.bitvec]
version = "1.0.1"

[dependencies.controlled-option]
version = "0.4.1"

[dependencies.either]
version = "1.6.0"

[dependencies.enumset]
version = "1.1.0"

[dependencies.fxhash]
version = "0.2.0"

[dependencies.itertools]
version = "0.13.0"

[dependencies.libc]
version = "0.2.0"

[dependencies.lsp-positions]
version = "0.3.0"

[dependencies.smallvec]
features = ["union", "union"]
version = "1.15.0"

[dependencies.thiserror]
version = "2.0.12"

[lib]
name = "metaslang_stack_graphs"
path = "src/lib.rs"

[lints.clippy]
all = "allow"

[lints.rust]
unexpected_cfgs = "allow"

[lints.rustdoc]
all = "allow"

[package]
authors = ["Slang Team <slang@nomic.foundation>", "Nomic Foundation <packages@nomic.foundation>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["compilers"]
description = "Stack graphs utilities used in Slang"
edition = "2021"
homepage = "https://nomicfoundation.github.io/slang/"
keywords = ["stack-graphs"]
license = "MIT"
name = "metaslang_stack_graphs"
publish = true
readme = "README.md"
repository = "https://github.com/NomicFoundation/slang/"
rust-version = "1.87.0"
version = "1.3.2"