netconf-rs 0.2.0

A Rust library for NETCONF(RFC 2641)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# netconf-rs

A Rust library to configure devices with NETCONF(RFC 2641) protocol.

## Transports

Currently, netconf-rs only supports NETCONF over SSH.

## Vendors

Currently, netconf-rs supports the following vendors:

- H3C: tested with S5024E-PWR-X

## License

See LICENSE file.