awkrs 0.4.14

Awk implementation in Rust with broad CLI compatibility, parallel records, and experimental Cranelift JIT
Documentation
# Hello, world!

This is a *small* example of **markdown** rendered to HTML by awk.

## Lists work too

- first item
- second item with `inline code`
- third with a [link](https://example.com)

## Code block

```
def hello():
    print("hi")
```

A final paragraph that spans
two lines.