an-inkwell 26.0.0

Astery's Narrower Inkwell
1
2
3
4
5
6
7
8
9
10
11
12
13
# an-inkwell

Astery's Narrower Inkwell

`an-inkwell` is a standalone Rust library for LLVM interaction with a deliberately narrower scope than [inkwell](https://github.com/TheDan64/inkwell). It is intended to give Astery a small, explicit LLVM interface without making Astery depend on Inkwell's full API surface.

The library is published independently and developed as its own crate.

## Status

Early design and implementation for Astery v26.

See [`documentation/goal.md`](https://github.com/Censera/an-inkwell/blob/main/documentation/goal.md), [`documentation/design.md`](https://github.com/Censera/an-inkwell/blob/main/documentation/design.md), [`documentation/plan.md`](https://github.com/Censera/an-inkwell/blob/main/documentation/plan.md), and [`documentation/todo.md`](https://github.com/Censera/an-inkwell/blob/main/documentation/todo.md).