rustic/crates/Readme.md
simonsan c32bfb521f
docs: Update Readme layout, move docs to separate repository, add rustic_core Readme.md (#820)
Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com>
2023-09-11 05:13:18 +02:00

2.4 KiB

Ecosystem

Note: This is a work in progress. The crates are not yet published. The descriptions will be updated as soon as the crates are published. We needed to reserve some crates, because we discovered that another project recently chose the same name as rustic.

Crates

rustic_core - Link

Core functionality for the rustic ecosystem. Can be found in crates/rustic_core.

rustic_testing (reserved) - Link

Testing functionality for the rustic ecosystem. Can be found in crates/rustic_testing.

rustic_ui (reserved) - Link

General UI functionality for the rustic ecosystem.

rustic_gui (reserved) - Link

Graphical UI for rustic.

rustic_tui (reserved) - Link

Terminal UI for rustic.

rustic_cli (reserved) - Link

Common used CLI functionality for the rustic ecosystem.

rustic_web (reserved) - Link

Possible WASM/WASI functionality for the rustic ecosystem.

rustic_store (reserved) - Link

Possible store functionality to support a plugin system for the rustic ecosystem.

rustic_plugins (reserved) - Link

Plugin functionality for the rustic ecosystem.

rustic_scheduler (reserved) - Link

Scheduling functionality for the rustic ecosystem.

rustic_daemon (reserved) - Link

A daemon for rustic and running it as a service.

rustic_backend (reserved) - Link

A possible backend implementation for rustic to support multi-system backup management.

rustic_server (reserved) - Link

A possible server implementation for rustic to support client-/server communication (for example for a web GUI or a TUI).

rustic_bench (reserved) - Link

Benchmarking functionality for the rustic ecosystem.

rustic_auth (reserved) - Link

Authentication functionality for the rustic ecosystem.