On Thursday, December 12, 2019 12:24:21 PM PST Amirouche Boubekki wrote: > > Having a re-implementation of libgnunetutil in Rust would be a good > > start. The recent crypto changes might facilitate this, as they were > > done to make the re-implementation of libgnunetutil's crypto in Go > > easier, and hence should also facilitate the same for a Rust library. > > libgnunetutil correspond to the following header: > > https://git.gnunet.org/gnunet.git/tree/src/include/gnunet_util_lib.h
Re-implementation wouldn't be necessary (at least not heavily). FFI is a thing in Rust and it can resolve the symbols from C into Rust very simply! -- - Jacky https://jacky.wtf is where I stay.