# irmars
**This library is still in development. Do not use it yet.**
`irmars` is a Rust client of the RESTful JSON API offered by the [`irma server`](https://github.com/privacybydesign/irmago/tree/master/irma). It allows you to use the `irma server` to:
* Verify IRMA attributes. You specify which attributes, the library handles the user interaction and the communication with the `irma server` and the [IRMA app](https://github.com/privacybydesign/irma_mobile)).
* ~~Issue IRMA attributes.~~
* ~~Create IMRA attribute-based signatures: signature on a string to which IRMA attributes are verifiably attached.~~
It does not yet support the various JWT authentication methods.
## Documentation
Technical documentation of `irmars` can be found by running the following:
cargo doc --open