malwaredb-api 0.3.5

Common API endpoints and data types for MalwareDB components.
Documentation
1
2
3
4
5
6
7
8
9
## Malware DB API
[![Test](https://github.com/malwaredb/malwaredb-rs/actions/workflows/test.yml/badge.svg)](https://github.com/malwaredb/malwaredb-rs/actions/workflows/test.yml)
[![Lint](https://github.com/malwaredb/malwaredb-rs/actions/workflows/lint.yml/badge.svg)](https://github.com/malwaredb/malwaredb-rs/actions/workflows/lint.yml)
[![Release](https://github.com/malwaredb/malwaredb-rs/actions/workflows/release.yml/badge.svg)](https://github.com/malwaredb/malwaredb-rs/actions/workflows/release.yml)
[![Documentation](https://docs.rs/malwaredb-api/badge.svg)](https://docs.rs/malwaredb-api/)
[![Crates.io Version](https://img.shields.io/crates/v/malwaredb-api)](https://crates.io/crates/malwaredb-api)
[![Bluesky](https://img.shields.io/badge/bluesky-@malwaredb.net-blue.svg?style=flat)](https://bsky.app/profile/malwaredb.net)

This crate stores the API endpoints and data types expected for each endpoint. This could be used to build a custom client.