| Crates.io | metalssh |
| lib.rs | metalssh |
| version | 0.0.1 |
| created_at | 2025-02-13 01:54:25.197029+00 |
| updated_at | 2025-11-15 02:31:11.366553+00 |
| description | Experimental SSH implementation |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1553703 |
| size | 324,318 |
MetalSSH is an experimental SSH implementation with these goals:
no_std-compatible such that the library works without a heapRun all tests:
cargo test
Run only integration tests, which hits the network:
cargo test --test integration
Benchmarks use criterion and run in release mode by default.
To view an HTML landing page with the benchmarks, run this after having run the benchmarks:
open target/criterion/report/index.html
Run cipher benchmarks:
cargo bench --bench cipher