Re: [libvirt] libvirt binding for Rust

2017-06-07 Thread Sahid Orentino Ferdjaoui
On Wed, Jun 07, 2017 at 11:14:11AM +0200, Martin Kletzander wrote: > On Tue, Jun 06, 2017 at 12:19:21PM +0200, Sahid Orentino Ferdjaoui wrote: > > Hello, > > > > I started a work on a libvirt binding for Rust [0]. Not all of the API > > is implemeted but I think

Re: [libvirt] libvirt binding for Rust

2017-06-07 Thread Daniel P. Berrange
On Tue, Jun 06, 2017 at 10:31:33PM +0100, Daniel P. Berrange wrote: > On Tue, Jun 06, 2017 at 12:19:21PM +0200, Sahid Orentino Ferdjaoui wrote: > > Hello, > > > > I started a work on a libvirt binding for Rust [0]. Not all of the API > > is implemeted but I think

Re: [libvirt] libvirt binding for Rust

2017-06-07 Thread Martin Kletzander
On Tue, Jun 06, 2017 at 12:19:21PM +0200, Sahid Orentino Ferdjaoui wrote: Hello, I started a work on a libvirt binding for Rust [0]. Not all of the API is implemeted but I think it's now in a usable state. https://docs.rs/crate/virt https://github.com/sahid/libvirt-rs The code is licensed

Re: [libvirt] libvirt binding for Rust

2017-06-06 Thread Daniel P. Berrange
On Tue, Jun 06, 2017 at 12:19:21PM +0200, Sahid Orentino Ferdjaoui wrote: > Hello, > > I started a work on a libvirt binding for Rust [0]. Not all of the API > is implemeted but I think it's now in a usable state. > > https://docs.rs/crate/virt > https://github

[libvirt] libvirt binding for Rust

2017-06-06 Thread Sahid Orentino Ferdjaoui
Hello, I started a work on a libvirt binding for Rust [0]. Not all of the API is implemeted but I think it's now in a usable state. https://docs.rs/crate/virt https://github.com/sahid/libvirt-rs The code is licensed under LGPL-2.1, it's tested by a CI running libvirt 1.2.0, 2.5.0, 3.3.0