https://github.com/awlexus/gleabencode
Bencode support for gleam
https://github.com/awlexus/gleabencode
Last synced: 3 months ago
JSON representation
Bencode support for gleam
- Host: GitHub
- URL: https://github.com/awlexus/gleabencode
- Owner: Awlexus
- License: apache-2.0
- Created: 2024-06-23T01:28:02.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-23T01:32:11.000Z (almost 2 years ago)
- Last Synced: 2025-10-31T08:57:04.047Z (7 months ago)
- Language: Gleam
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gleabencode
[](https://hex.pm/packages/gleabencode)
[](https://hexdocs.pm/gleabencode/)
```sh
gleam add gleabencode
```
```gleam
import gleabencode
pub 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
gleam shell # Run an Erlang shell
```