Alexander Polakov
Alexander Polakov
http://libvirt.org/html/libvirt-libvirt-domain.html#virDomainSetMemory
http://libvirt.org/html/libvirt-libvirt-domain.html#virDomainSetVcpus
Should add some tests to check if things work at all
- [x] REMOTE_PROC_STORAGE_VOL_CREATE_XML - [x] REMOTE_PROC_STORAGE_VOL_DELETE - [x] REMOTE_PROC_STORAGE_VOL_LOOKUP_BY_NAME - [ ] REMOTE_PROC_STORAGE_VOL_GET_INFO - [x] REMOTE_PROC_STORAGE_VOL_WIPE
Started working on https://github.com/H2CO3/magnet/issues/1
It would be nice for human consumption to add doc comments as `description` field in schema. They can be accessed via attributes (Meta::NameValue with val.ident == "doc")
C++ capnproto implementation supports json serialization. Would you be interested in adding support for serde? I think a [Serialize](https://serde.rs/impl-serialize.html) impl could be generated by capnpc.
# What problem are we solving? mut and copy # How are we solving the problem? removing mut and copy # Checks Please check these off before promoting the pull...