Artifacts using sourcecode version 0.1.1
1. UPickle331 usages
com.lihaoyi » upickleMIT
uPickle is a simple, fast, dependency-free JSON & Binary (MessagePack) serialization library for Scala
Last Release on Jan 9, 2025
2. Pprint325 usages
com.lihaoyi » pprintMIT
Pretty-printing value, types and type-signatures in Scala.
Last Release on Apr 15, 2024
FastParse is a Scala library for parsing strings and bytes into structured data. This lets you easily write a parser for any arbitrary textual data formats
and have the parsers run at an acceptable speed, with great error debuggability and error reporting.
Last Release on Jul 4, 2024
7. Core41 usages
com.geirsson » scalafmt-coreApache