blob: 2db47391f502bd28249de95a8939ee2a4431a8df (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# stdlib
<a href="https://github.com/gleam-lang/stdlib/releases"><img src="https://img.shields.io/github/release/gleam-lang/stdlib" alt="GitHub release"></a>
<a href="https://webchat.freenode.net/#gleam-lang"><img src="https://img.shields.io/badge/freenode%20chat-%23gleam--lang-blue" alt="IRC: #gleam-lang on chat.freenode.net"></a>

Gleam's standard library!
Documentation available on [HexDocs](https://hexdocs.pm/gleam_stdlib/).
## Quick reference
```sh
# Run the unit tests
rebar3 eunit
```
|