nxos

Crates.ionxos
lib.rsnxos
version0.0.1
sourcesrc
created_at2021-06-25 11:10:30.33694
updated_at2021-06-25 11:10:30.33694
descriptionCisco NXOS helpers to run code directly on network devices
homepage
repositoryhttps://github.com/kedare/nxos-rs
max_upload_size
id414785
size14,834
network (github:scaleway:network)

documentation

README

Introduction

Rust helpers when running code directly on NX-OS.

This scope of this project is to make rust useable on Cisco NX-OS 7 and 9 (to not have to use Python 2 on NX-OS 7). It will reimplemented the featuers (probably not all) from the Cisco embedded python library (it is not meant to be a 1-to-1 mapping of the existing functions or features)

How to use rust on NX-OS

As NX-OS is building using older versions of Linux and libc, the rust application you are building need to be compiled with the following target : i686-unknown-linux-musl

Commit count: 10

cargo fmt