Hello all,
I'd like to write a utility that uses a keyring. In python, I would use GitHub - jaraco/keyring to interface with a keyring.
As far as I can see, there isn't a similar libary in rust. If there isn't, I would love to write one. I'm not that familiar with this sort of programming (coming from Node and Python web services and microservices), so if would be great if I could get guidance/review/support.
I'm starting by looking at:
- the secret service api http://standards.freedesktop.org/secret-service/
- the python interface to it https://pythonhosted.org/SecretStorage/
- https://github.com/diwic/dbus-rs for a dbus interface.