https://github.com/fluency03/varint
Scala Implementation of Varint (https://github.com/multiformats/unsigned-varint).
https://github.com/fluency03/varint
Last synced: 3 months ago
JSON representation
Scala Implementation of Varint (https://github.com/multiformats/unsigned-varint).
- Host: GitHub
- URL: https://github.com/fluency03/varint
- Owner: fluency03
- License: mit
- Created: 2018-11-18T21:46:32.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-19T20:10:45.000Z (about 7 years ago)
- Last Synced: 2025-03-16T20:14:04.386Z (10 months ago)
- Language: Scala
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# varint
[](https://github.com/fluency03/varint/releases/latest)
[](https://search.maven.org/search?q=g:%22com.github.fluency03%22%20AND%20a:%22varint_2.12%22)
[](https://github.com/RichardLitt/standard-readme)
> Scala Implementation of [Varint](https://github.com/multiformats/unsigned-varint).
## Table of Contents
- [Install](#install)
- [Usage](#usage)
- [API](#api)
- [Maintainers](#maintainers)
- [Contribute](#contribute)
- [License](#license)
## Install
#### Maven
```xml
com.github.fluency03
varint_2.12
{latestVersion}
```
#### sbt
```scala
libraryDependencies += "com.github.fluency03" % "varint_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 Chang Liu