boreal-parser ============= This crate provides a parser for YARA files. [![Build status](https://github.com/vthib/boreal/actions/workflows/ci.yml/badge.svg)](https://github.com/vthib/boreal/actions/workflows/ci.yml) [![Crates.io](https://img.shields.io/crates/v/boreal-parser.svg)](https://crates.io/crates/boreal-parser) [![Documentation](https://docs.rs/boreal-parser/badge.svg)](https://docs.rs/boreal-parser) ### Overview This crate is designed to be used by the [boreal crate](https://crates.io/crates/boreal), which implements evaluation of YARA rules. ### YARA version supported All features available in the 4.5 version of YARA are handled.