Skip to content

Commit

Permalink
docs: document crates in workspace
Browse files Browse the repository at this point in the history
Signed-off-by: Tarek <[email protected]>
  • Loading branch information
tareknaser committed Feb 29, 2024
1 parent 4744578 commit ffb2bf3
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,15 @@ The purpose of the library is to manage _resource index_ of folders with various

<div align="center">

| Package | Description |
| -------------------- | ------------------------------------------ |
| `data-resource` | Resource hashing and ID construction |
| `fs-index` | Resource Index construction and updating |
| `fs-atomic-light` | Temp file-based preventing of dirty writes |
| `fs-atomic-versions` | Version-based preventing of dirty writes |
| `fs-utils` | Utility functions and common code |
| Package | Description |
| --------------- | ---------------------------------------- |
| `data-resource` | Resource hashing and ID construction |
| `fs-index` | Resource Index construction and updating |
| `fs-storage` | Filesystem storage for resources |
| `data-link` | Linking resources |
| `data-pdf` | PDF handling |
| `data-error` | Error handling |
| `data-json` | JSON serialization and deserialization |

</div>

Expand Down

0 comments on commit ffb2bf3

Please sign in to comment.