Skip to content

Commit

Permalink
100-char per line
Browse files Browse the repository at this point in the history
  • Loading branch information
LinZhihao-723 committed Nov 3, 2024
1 parent 5c19c4d commit eba22af
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,10 @@ safe and high-performant regular expression engine specialized for unstructured
to extract named variables from raw text log messages efficiently according to user-defined schema.

## Objective and Key Features
The objective of this project is to fill the gap explained in the motivation above in the current Rust ecosystem.
We shall deliver a high-performance and memory-safe log parsing library using Rust. The project should consist of the
core regex engine, the parser, and the user-oriented log parsing interface.
The objective of this project is to fill the gap explained in the motivation above in the current
Rust ecosystem. We shall deliver a high-performance and memory-safe log parsing library using Rust.
The project should consist of the core regex engine, the parser, and the user-oriented log parsing
interface.

The core regex engine is designed for high-performance schema matching and variable extraction.
User-defined schemas will be described in regular expressions, and the underlying engine will parse
Expand Down

0 comments on commit eba22af

Please sign in to comment.