rustic/crates
simonsan 68a5b8eda2
style: dprint fmt
Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com>
2023-09-18 17:15:43 +02:00
..
rustic_testing ci: Lint markdown with dprint, run initial dprint fmt (#830) 2023-08-19 21:41:06 +02:00
Readme.md style: dprint fmt 2023-09-18 17:15:43 +02:00

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 here.

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.