fluency03 / varint   0.0.2

MIT License GitHub

Scala Implementation of Varint (https://github.com/multiformats/unsigned-varint).

Scala versions: 2.12

varint

Latest release Maven Central standard-readme compliant

Scala Implementation of Varint.

Table of Contents

Install

Maven

<dependency>
  <groupId>com.github.fluency03</groupId>
  <artifactId>varint_2.12</artifactId>
  <version>{latestVersion}</version>
</dependency>

sbt

libraryDependencies += "com.github.fluency03" % "varint_2.12" % {latestVersion}

Usage

API

Maintainers

@fluency03

Contribute

PRs accepted.

Small note: If editing the README, please conform to the standard-readme specification.

License

MIT © 2018 Chang Liu