malwaredb-server 0.3.5

Server data storage logic for MalwareDB.
Documentation
1
2
3
4
5
6
7
8
9
10
11
## Malware DB Server
[![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-server/badge.svg)](https://docs.rs/malwaredb-server/)
[![Crates.io Version](https://img.shields.io/crates/v/malwaredb-server)](https://crates.io/crates/malwaredb-server)
[![Bluesky](https://img.shields.io/badge/bluesky-@malwaredb.net-blue.svg?style=flat)](https://bsky.app/profile/malwaredb.net)

This is the logic for the Malware DB Server. This can be used to add Malware DB's functionality to a custom server application.

There is separate documentation for the [database schema](src/db/readme.md).