CodebookRuntime
This is a runtime library of Codebook protocol source generator.
It currently supports these languages.
- scala
- c#
Usage: scala sbt
Add resolver and library dependency to your project.
resolvers += "RustyRaven" at "http://rustyraven.github.io"
libraryDependencies += "com.rustyraven" %% "codebook-runtime" % "1.0"
Usage: c#
Add CodebookRuntime.dll to your project.
CodebookRuntime.dll is here.
or
Use nuget
nuget install CodebookRuntime
or
Add whole library code to your project.
License
MIT