An open API service indexing awesome lists of open source software.

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).

Awesome Lists containing this project

README

          

# varint

[![Latest release](https://img.shields.io/github/release/fluency03/varint.svg)](https://github.com/fluency03/varint/releases/latest)
[![Maven Central](https://img.shields.io/maven-central/v/com.github.fluency03/varint_2.12.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22com.github.fluency03%22%20AND%20a:%22varint_2.12%22)
[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](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