Crates.io | hotfix-encoding |
lib.rs | hotfix-encoding |
version | 0.0.10 |
source | src |
created_at | 2023-10-30 13:39:38.307163 |
updated_at | 2023-11-08 10:19:33.864621 |
description | Message encoding for hotfix, an experimental FIX engine |
homepage | |
repository | |
max_upload_size | |
id | 1018486 |
size | 129,391 |
A FIX engine implemented in Rust with rustls
support.
Warning
HotFIX is an experimental project, currently incomplete and it may never be completed. It is not fit for production.
For the time being, HotFIX focuses on implementing the transport and session layer correctly to create a fully functional engine.
Outside the session layer, HotFIX uses a fork of ferrumfix
for message encoding and decoding. Eventually, these changes may be backported to ferrumfix
,
but this is not feasible at this stage due to the pace and experimental nature of
development of HotFIX.