mirror of
https://github.com/OMGeeky/yup-oauth2.git
synced 2026-01-09 04:10:59 +01:00
This removes the need for the remaining C interfaces. Building any rust library with openssl adds a bunch of depends such as foreign types via ffi and pkgconfg. You are also required to have a prebuilt openssl. Cross building and keeping up to date should be easier with a pure rust implementation.