picomeson 0.1.2

A small parser for meson.build files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# picomeson

> [!WARNING]  
> This project is in early development. This is alpha software. Expect bugs, incomplete features, and breaking changes.

A parser for the Meson build system's `meson.build` files, written in Rust, powerful enough to parse [picolibc](https://github.com/picolibc/picolibc)'s build files.

## Usage

```bash
cargo run -- /path/to/picolibc/meson.build
```