ironsmith-parser 0.1.0

Transforms Smithy 2.0 IDL files into an abstract syntax tree
Documentation
[dependencies.nom]
version = "7.1"

[dev-dependencies.insta]
features = ["glob"]
version = "1.42"

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

[package]
authors = ["Jordan Doyle <jordan@doyle.la>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Transforms Smithy 2.0 IDL files into an abstract syntax tree"
edition = "2021"
exclude = ["/fixtures", "*.snap"]
license = "WTFPL"
name = "ironsmith-parser"
readme = false
repository = "https://github.com/w4/ironsmith"
resolver = "3"
version = "0.1.0"