top | item 21863312

Show HN: Craes, a fully asynchronous asset exchange written in Rust

5 points| freistil | 6 years ago |github.com

4 comments

order

freistil|6 years ago

Hey guys,

I finished my first larger project in Rust today and would like to have some feedback on it! Depending on the point of view the capabilities are quite basic and the project currently resembles rather a dark pool than a transparent exchange. The client can't query the currently active limit order book yet and I have some "obvious violations" like storing passwords unhashed in there but that's all coming, don't worry. :)

veeenu|6 years ago

Nice job! It's good to see Rust implementations in the financial domain. I believe it's an excellent language with a bright future for many use cases in finance (both operations and research) but I haven't really seen it used that much yet.

freistil|6 years ago

Thanks! Yes, it seems very well suited for it. The financial sector is slow in adapting new technology (with a few exceptions). We need to show what can be built and how stable the new software can be. Adaption will come :)