Skip to content

Instantly share code, notes, and snippets.

View apusingh1967's full-sized avatar

Apurva Singh apusingh1967

View GitHub Profile
cd to rust_sbe_aeron folder which is the base directory of workspace.
Download sbe-all*.jar. This is needed to generate Rust code from xml schema file.
> curl -O https://repo1.maven.org/maven2/uk/co/real-logic/sbe-all/1.37.0/sbe-all-1.37.0.jar
Generate Rust code.
Code will be generated in crate with same name as package below:
```
<?xml version="1.0" encoding="UTF-8"?>
<sbe:messageSchema
xmlns:sbe="http://fixprotocol.io/2016/sbe"
@apusingh1967
apusingh1967 / build.sbt
Created April 17, 2017 02:25
from intellij
Hello to gist
@apusingh1967
apusingh1967 / build.sbt
Created April 17, 2017 02:24
first time using
name := "akka_1"
version := "1.0"
scalaVersion := "2.12.1"