boreal-parser 0.4.0

A parser library for YARA files, intended for use with the boreal library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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.2 version of YARA are handled.