Skip to content

Commit

Permalink
new library structure
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-shandar committed Mar 14, 2024
1 parent 4c79421 commit a1a26bf
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions notes/tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,15 @@ See:
Note: If <mediatype> is omitted, it defaults to text/plain;charset=US-ASCII.
- https://en.wikipedia.org/wiki/Data_URI_scheme,
- https://developer.mozilla.org/en-US/docs/web/http/basics_of_http/data_urls.

### New Library Structure

- `IO-trait` a trait with a minimal set of I/O operations.
- `common` a library with common functions, including I/O extensions. Depends on
- `IO-trait`.
- `IO-impl` an implementation of `IO` for the local file system. Depends on
- `IO-trait`.
- `common`.
- `IO-test` a mock implementation of `IO` for testing. Depends on
- `IO-trait`.
- `common`.

0 comments on commit a1a26bf

Please sign in to comment.