| Crates.io | rustkernel-cli |
| lib.rs | rustkernel-cli |
| version | 0.2.0 |
| created_at | 2026-01-14 20:28:56.54812+00 |
| updated_at | 2026-01-19 20:12:06.133101+00 |
| description | CLI tool for RustKernels management |
| homepage | |
| repository | https://github.com/mivertowski/RustKernels |
| max_upload_size | |
| id | 2043714 |
| size | 107,045 |
CLI tool for RustKernels management.
cargo install rustkernel-cli
Or add to your Cargo.toml:
[dependencies]
rustkernel-cli = "0.1.0"
# List all kernels
rustkernel-cli list
# Show kernel info
rustkernel-cli info graph/pagerank
# List kernels by domain
rustkernel-cli list --domain GraphAnalytics
# Validate configuration
rustkernel-cli validate config.toml
| Command | Description |
|---|---|
list |
List available kernels |
info <kernel> |
Show kernel metadata |
validate <config> |
Validate configuration |
license |
License management |
Apache-2.0