fm-common

Build Maven Central

Documentation

Links:

Usage

Add this to your build.sbt:

libraryDependencies += "io.github.er1c" %% "fm-common" % "1.0.1"

Cross-builds are available for Scala 2.11.12, 2.12.11 and 2.13.3. Scala.js 1.x supported.

Find out more in the microsite.

Implicits

Implicits.scala is provided to extend in your own implicits object.

To import all implicits:

import fm.common.Implicits._

Contributing

The fm-common project welcomes contributions from anybody wishing to participate. All code or documentation that is provided must be licensed with the same license that fm-common is licensed with (Apache 2.0, see LICENCE).

People are expected to follow the Scala Code of Conduct when discussing fm-common on GitHub, Gitter channel, or other venues.

Feel free to open an issue if you notice a bug, have an idea for a feature, or have a question about the code. Pull requests are also gladly accepted. For more information, check out the contributor guide.

Copyright 2019 Frugal Mechanic. Copyright 2020 the fm-common contributors.

License

All code in this repository is licensed under the Apache License, Version 2.0. See LICENCE.