draxl-patch 0.1.0

Structured semantic patch operations over the Draxl model
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "draxl-patch"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
description = "Structured semantic patch operations over the Draxl model"
documentation = "https://docs.rs/draxl-patch"
keywords = ["patch", "ast", "refactoring", "rust", "ai"]
categories = ["compilers", "development-tools"]

[dependencies]
draxl-ast.workspace = true