Skip to content

Personal projects

Few open sources project I have created or contribute to 😁.

QuickFIX-rs

Rust 🦀 API binding and code generator to deal with FIX (Financial Information eXchange) protocol using Rust ❤️.

Feel free to contribute to this library or make PR to add new features in it !

Links:

Rust memory mapped vector

Rust 🦀 library to use Vec backed by disk storage.

Features:

  • Automaticaly reallocated disk segment.
  • Grow and shrink is done by libray.
  • API is similar to rust std::vec::Vec.

Links: