Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sporto/explore-gleam-continuations
https://github.com/sporto/explore-gleam-continuations
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/sporto/explore-gleam-continuations
- Owner: sporto
- Created: 2024-10-30T22:56:13.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-31T00:10:27.000Z (about 2 months ago)
- Last Synced: 2024-10-31T01:19:17.642Z (about 2 months ago)
- Language: Gleam
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# continuations
[![Package Version](https://img.shields.io/hexpm/v/continuations)](https://hex.pm/packages/continuations)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/continuations/)```sh
gleam add continuations@1
```
```gleam
import continuationspub fn main() {
// TODO: An example of the project in use
}
```Further documentation can be found at .
## Development
```sh
gleam run # Run the project
gleam test # Run the tests
```