From 3dd8458b6f07ad03f7b4dc9933932d342870f056 Mon Sep 17 00:00:00 2001 From: Kirill Taran Date: Wed, 21 Feb 2024 18:37:38 +0300 Subject: [PATCH] README enhancement --- README.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 3fb570cf..b3178ab8 100644 --- a/README.md +++ b/README.md @@ -12,18 +12,14 @@ The purpose of the library is to manage _resource index_ of folders with various
-| Package | Description | -| -------------------- | --------------------------------- | -| `fs-index` | Resource Index Management | -| `fs-atomic-versions` | `app_id` File Management | -| `fs-utils` | Utility functions and common code | +| Package | Description | +| -------------------- | ----------------------------------------- | +| `fs-index` | Resource Index construction and updating | +| `fs-atomic-versions` | Version-based preventing of dirty writes | +| `fs-utils` | Utility functions and common code |
-## Prerequisites - -- PDFium prebuilt ([bblanchon](https://github.com/bblanchon/pdfium-binaries)) - ## Build Like most of Rust projects: