Skip to content

The first implementation of Protobuf for the mojo programming language

Notifications You must be signed in to change notification settings

zacharyMcSweenManickchand/protobuf.mojo

Repository files navigation

Protobuf for Mojo

To my knowledge this is first implementation of Protobuf for the mojo programming language

Test List

Basics:

  • Serialize basic protobuf message
  • Deserialize basic protobuf message

  • Test I32 value type
    • Test Happy Vally
  • Test I64 value type
    • Test Happy Vally
  • Test LEN value type
    • Test Byte type
    • Test String type
  • Test Var Int value type
    • Test Normal number
    • Test Signed number
    • Test Unsigned number that uses the mvb
  • Test Invalid/Unknown type

About

The first implementation of Protobuf for the mojo programming language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages