forked from
comet.sh/atex
A set of utilities for working with the AT Protocol in Elixir.
# 0.4.0 - 2025-08-27
## Added
- `Atex.Lexicon` module that provides the `deflexicon` macro, taking in a JSON
Lexicon definition and converts it into a series of schemas for each
definition within it.
- `mix atex.lexicons` for converting lexicon JSON files into modules using
`deflexicon` easily.