https://github.com/fluency03/scala-multicodec
Scala implementation of Multicodec (https://github.com/multiformats/multicodec).
https://github.com/fluency03/scala-multicodec
Last synced: 10 months ago
JSON representation
Scala implementation of Multicodec (https://github.com/multiformats/multicodec).
- Host: GitHub
- URL: https://github.com/fluency03/scala-multicodec
- Owner: fluency03
- License: mit
- Created: 2018-11-14T22:03:48.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-19T20:12:05.000Z (about 7 years ago)
- Last Synced: 2025-01-23T06:44:58.310Z (12 months ago)
- Language: Scala
- Homepage:
- Size: 22.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scala-multicodec
[](https://github.com/fluency03/scala-multicodec/releases/latest)
[](https://search.maven.org/search?q=g:%22com.github.fluency03%22%20AND%20a:%22scala-multicodec_2.12%22)
[](https://github.com/RichardLitt/standard-readme)
> Scala Implementation of Multicodec.
## Table of Contents
- [Install](#install)
- [Usage](#usage)
- [API](#api)
- [Maintainers](#maintainers)
- [Contribute](#contribute)
- [License](#license)
## Install
#### Maven
```xml
com.github.fluency03
scala-multicodec_2.12
{latestVersion}
```
#### sbt
```scala
libraryDependencies += "com.github.fluency03" % "scala-multicodec_2.12" % {latestVersion}
```
## Usage
```
```
## API
## Maintainers
[@fluency03](https://github.com/fluency03)
## Contribute
PRs accepted.
Small note: If editing the README, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification.
## License
MIT © 2018 [@fluency03](https://github.com/fluency03)