Crates.io | ovsdb |
lib.rs | ovsdb |
version | 0.0.6 |
source | src |
created_at | 2024-02-13 13:50:39.1873 |
updated_at | 2024-02-21 01:12:00.076415 |
description | Rust implementation of the OVSDB schema and wire protocol. |
homepage | https://git.dubzland.com/holodekk/ovsdb |
repository | https://git.dubzland.com/holodekk/ovsdb.git |
max_upload_size | |
id | 1138508 |
size | 92,267 |
A Rust implementation of the OVSDB
schema and wire format.
OVSDB is the database protocol behind Open vSwitch and OVN, documented in RFC 7047. If you don't know what either of those technologies are, you're probably in the wrong place.
At the core of OVSDB are the schema and protocol. Together they describe both the structure of data in the database, and the manner in which that data can be manipulated. Both are described in detail in the RFC mentioned above (which you really should read).
ovsdb
provides a Rust interface to an OVSDB server. It utilizes serde
for protocol processing and tokio
for asynchronous io. Its features
include:
ovsdb-build
ovsdb
: Protocol/schema and client implementationsovsdb-build
: Model generationexamples
: Sample OVSDB interactionsAs this crate is heavily WIP, contributions are extremely welcome. Check out the contributing guide to get involved.
This project is licensed under the MIT license.