normalize-core 0.3.1

Core traits and types for the normalize code intelligence system
Documentation
1
2
3
4
5
6
7
8
9
10
[package]
name = "normalize-core"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Core traits and types for the normalize code intelligence system"

[dependencies]
normalize-derive = { path = "../normalize-derive", version = "0.3.1" }