This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Hello to gist |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name := "akka_1" | |
| version := "1.0" | |
| scalaVersion := "2.12.1" | |