Packages

Classless Inter-Domain Routing (CIDR) for Gleam

Current section

Files

Jump to
glm_cidr README.md
Raw

README.md

# glm_cidr
[![Package Version](https://img.shields.io/hexpm/v/glm_cidr)](https://hex.pm/packages/glm_cidr)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/glm_cidr/)
```sh
gleam add glm_cidr@1
```
```gleam
import glm_cidr
pub fn main() -> Nil {
// TODO: An example of the project in use
}
```
Further documentation can be found at <https://hexdocs.pm/glm_cidr>.
## Development
```sh
gleam run # Run the project
gleam test # Run the tests
```