misp-client-rs 0.1.0

A Rust client library for interacting with MISP (Malware Information Sharing Platform) instances via their REST API.
Documentation
# EventsRestSearchReturnFormat

## Enum Variants

| Name | Value |
|---- | -----|
| Json | json |
| Xml | xml |
| Csv | csv |
| Text | text |
| Stix | stix |
| Stix2 | stix2 |
| StixJson | stix-json |
| Attack | attack |
| AttackSightings | attack-sightings |
| Cache | cache |
| Count | count |
| Hashes | hashes |
| Netfilter | netfilter |
| Opendata | opendata |
| Openioc | openioc |
| Rpz | rpz |
| Snort | snort |
| Suricata | suricata |
| Yara | yara |
| YaraJson | yara-json |


[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)