Skip to content
/ kvm-rs Public

A learning project focusing on rust and raw kvm api

Notifications You must be signed in to change notification settings

c0x0o/kvm-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kvm-rs

Introduction

This is an example project which focus on proving how to use rustlang to work with RAW kvm API. It also try to use rust and cargo features as much as possible, event if sometimes it seems redundant and unnecessary.

|---- examples
|---- images
|---- libkvm
|---- src

I divide projects to 2 workspaces -- libkvm and src, which libkvm provides basis c-level api binding to rust, and src will use these apis to construct the upper level function.

If you want to see how to work with the rust api, examples is the first place maybe you want to take a look.

About

A learning project focusing on rust and raw kvm api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published