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.