Hi There,
New to rust and been learning it for a few months and I wonder if rust is good to write an API for mobile app. Here are the issues I expect/did to encounter:
1. Lack of proper documentation to do this.
2. Lack of proper libraries to speed up the process.
3. Authentication not well documented. For example I want to implement facebook login and there is nothing out there (except for the Aouth2 that I need to implement myself).
4. Not sure the speed will be significant faster since it still uses the same database (which would be the limiting factor) then high level languages.
Any thoughts?