Git Product home page Git Product logo

libvirt-rpc's Introduction

libvirt-rpc

Pure rust implementation of libvirt protocol (no C bindings required).

Usage

First, add this to your Cargo.toml:

[dependencies]
libvirt-rpc = "0.1"

Next, add this to your crate:

extern crate libvirt_rpc;

Documentation: TBD

LICENSE

This repository contains xdr protocol definitions from libvirt repository licensed under LGPL. IANAL, but it seems like it makes it LGPL.

libvirt-rpc's People

Contributors

polachok avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

libvirt-rpc's Issues

Domain operations

  • REMOTE_PROC_CONNECT_LIST_ALL_DOMAINS
  • REMOTE_PROC_DOMAIN_LOOKUP_BY_UUID
  • REMOTE_PROC_CONNECT_DOMAIN_EVENT_CALLBACK_REGISTER_ANY
  • REMOTE_PROC_DOMAIN_DEFINE_XML_FLAGS
  • REMOTE_PROC_DOMAIN_UNDEFINE
  • REMOTE_PROC_DOMAIN_SHUTDOWN
  • REMOTE_PROC_DOMAIN_REBOOT
  • REMOTE_PROC_DOMAIN_RESET
  • REMOTE_PROC_DOMAIN_DESTROY
  • REMOTE_PROC_DOMAIN_CREATE

Volume operations

  • REMOTE_PROC_STORAGE_VOL_CREATE_XML
  • REMOTE_PROC_STORAGE_VOL_DELETE
  • REMOTE_PROC_STORAGE_VOL_LOOKUP_BY_NAME
  • REMOTE_PROC_STORAGE_VOL_GET_INFO
  • REMOTE_PROC_STORAGE_VOL_WIPE

Testing

Should add some tests to check if things work at all

Pool operations

  • REMOTE_PROC_STORAGE_POOL_DEFINE_XML
  • REMOTE_PROC_STORAGE_POOL_CREATE
  • REMOTE_PROC_STORAGE_POOL_DESTROY
  • REMOTE_PROC_STORAGE_POOL_UNDEFINE
  • REMOTE_PROC_STORAGE_POOL_LIST_VOLUMES
  • REMOTE_PROC_STORAGE_POOL_LOOKUP_BY_UUID
  • REMOTE_PROC_STORAGE_POOL_LIST_ALL_STORAGE_POOLS

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.