rigsql-core 0.6.0

Core types (Token, Span, Segment) for the rigsql SQL linter
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "rigsql-core"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Core types (Token, Span, Segment) for the rigsql SQL linter"

[dependencies]
smol_str = { workspace = true }
strum = { workspace = true }
serde = { workspace = true }