diff --git a/README.md b/README.md index f2b5053..bce93b7 100644 --- a/README.md +++ b/README.md @@ -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