fixparser 0.1.5

A Rust/WASM library to parse FIX messages.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name: build-and-test

on: [push]

jobs:

  build-and-test-fixparser:
    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v2
    - uses: whoan/docker-build-with-cache-action@v5
      with:
        username: whoan
        password: "${{ secrets.DOCKER_PASSWORD }}"
        image_name: whoan/fixparser