README.md
# glm_cidr
[](https://hex.pm/packages/glm_cidr)
[](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
```