el-core 0.3.13

Shared domain vocabulary for the Edge-Native LLM SDK (ADR-007/008).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "el-core"
description = "Shared domain vocabulary for the Edge-Native LLM SDK (ADR-007/008)."
version.workspace = true
edition.workspace = true
license.workspace = true
rust-version.workspace = true

[dependencies]
# Intentionally zero external dependencies — pure std, builds offline (ADR-008).

[lints.rust]
unsafe_code = "forbid"