Skip to content

gseitz/ScalaBuff

 
 

Repository files navigation

ScalaBuff is a Scala Protocol Buffers (protobuf) compiler. It takes .proto files and outputs valid Scala classes that can be used by your code to receive or send protobuf messages.

Both the ScalaBuff generator and the generated Scala classes depend on Google's Java runtime for Protocol Buffers, which is provided with ScalaBuff.

The ScalaBuff Wiki contains more information. For API documentation, see the project Scaladoc.

About

the scala protocol buffers (protobuf) compiler

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 67.5%
  • Java 32.5%