langkit 1.0.0

A builder library for creating programming languages in Rust
Documentation
# Contributing

Thanks for your interest in improving langkit.

## Quick Guidelines

- Keep changes focused and small where possible.
- Add tests for new behavior.
- Run `cargo test` before opening a PR.
- Use clear commit messages.

## Reporting Issues

Include:

- Steps to reproduce.
- Expected vs actual behavior.
- Rust version and OS.

## Pull Requests

- Describe the change and why it matters.
- Link related issues if applicable.