malwaredb-server 0.2.1

Server data storage logic for MalwareDB.
Documentation
1
2
3
4
5
6
## 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)[![Cross](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)

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).