pdbrust 0.3.0

A comprehensive Rust library for parsing and analyzing Protein Data Bank (PDB) files
Documentation
# Security Policy

## Supported Versions

| Version | Supported          |
| ------- | ------------------ |
| 0.1.x   | :white_check_mark: |

## Reporting a Vulnerability

We take the security of PDBRust seriously. If you discover a security vulnerability, please follow these steps:

1. **Do not** open a public issue for the vulnerability.
2. Send a detailed description of the vulnerability to [fooladi.hosein@gmail.com]mailto:fooladi.hosein@gmail.com.
3. Include steps to reproduce the vulnerability if possible.
4. We will acknowledge receipt within 48 hours and aim to provide an initial response within 72 hours.
5. We will keep you informed of the progress towards a fix and full announcement.

## Security Best Practices

When using PDBRust, please follow these security best practices:

1. Always validate input PDB files before processing them.
2. Use the latest version of PDBRust to ensure you have the most recent security fixes.
3. Keep your Rust toolchain and dependencies up to date.
4. Review the error handling documentation to properly handle potential security-related issues.

## Security Updates

Security updates will be released as patch versions (e.g., 0.1.1) and will be clearly marked in the [CHANGELOG.md](CHANGELOG.md).