last_order

Crates.iolast_order
lib.rslast_order
version0.1.6
created_at2025-05-21 02:32:38.522146+00
updated_at2025-06-05 03:39:30.521571+00
descriptionA Rust library for managing network devices.
homepage
repositoryhttps://github.com/HBSpy/last_order
max_upload_size
id1682843
size46,055
HBSpy (HBSpy)

documentation

README

Last Order [WIP]

Description

A Rust library for managing network devices.

Like the administrator of the Misaka Network

Features

  • Multiple vendors
  • Disable screen-length to avoid pagination
  • Raw command execution
  • Enter config mode

TODO

  • Test error handling

Vendors

  • Aruba
  • Cisco
  • H3C
  • Huawei
  • Ruijie
  • MikroTik

Commands:

  • version
  • logbuffer
  • ping

Example

Refer to vendor::*::tests::test_*_device

XXX

  • Maybe use russh for handling massive(Ciphers, Key exchanges, MACs...) SSH connections?
Commit count: 18

cargo fmt