### jarm_rs
[](https://crates.io/crates/jarm_rs)
[](https://github.com/waymobetta/jarm_rs)
generate a JARM fingerprint for a domain or list of domains
- this is a wrapper around a python script created by Salesforce
### requirements
- [python3](https://www.python.org/downloads/)
### usage
_Cargo.toml_
```toml
[dependencies]
jarm_rs = "0.1.1"
```
### example
```zsh
cargo run --example main
```

### notes
- code likely has much room for improvement; pull requests appreciated!
### resources
- official [JARM](https://github.com/salesforce/jarm) repository from Salesforce
[MIT](LICENSE)