Info
This post is auto-generated from RSS feed The Rust Programming Language Forum - Latest topics. Source: Code Review - OpenFIGI Http Client
Hey everyone,
I'm currently learning Rust and not a professional developer โ this crate is part of my journey to level up in idiomatic Rust and API design. I started out with Python and stumbled into Rust last year, and after building a few small tools, Iโve completely fallen for the language.
This time around, I put together a wrapper for the OpenFIGI API to simplify the process of mapping instrument identifiers like FIGI, ISIN, and CUSIP. I built the client semi-manually using reqwest
and serde
. Link: NotAProfDev/openfigi-rs: A modern, strongly-typed Rust client for the OpenFIGI API
I know this is a pretty general request, but Iโd really appreciate a code review and any feedback youโre willing to share to help me improve โ especially around:
Thanks so much in advance!
1 post - 1 participant
๐ท๏ธ rust_feed