README.md

# glatistics

[![Package Version](https://img.shields.io/hexpm/v/glatistics)](https://hex.pm/packages/glatistics)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/glatistics/)

```sh
gleam add glatistics@1
```
```gleam
import glatistics

pub fn main() -> Nil {
  // Total amount of memory used.
  let bytes = glatistics.memory(glatistics.Total)
}
```

Further documentation can be found at <https://hexdocs.pm/glatistics>.

## Development

```sh
gleam run   # Run the project
gleam test  # Run the tests
```