char16t / graphs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Graphs for Scala. Cross-compiled with Dotty and Scala 2.

Build Status codecov

Work in progress. Not available to usage.

Build

  • Compile code with sbt +compile
  • Test code with sbt +test
  • Check test coverage with sbt coverageReport
  • Run it with sbt run
  • sbt console will start a Dotty REPL.

Usage

From source code

Clone, build and publish library to local repository.

git clone https://github.com/char16t/graphs
cd calc
sbt publishLocal

Add to your build.sbt (Scala 2.13.1 or higher):

libraryDependencies += "com.manenkov" %% "graphs-preview" % "0.2"

Now you can see usage in tests. This document will be updated later.

About

License:MIT License


Languages

Language:Scala 100.0%