Python
Java
JavaScript
Android
Golang
C/C++
Swift
PHP
Node.js
Ruby
.NET
More
React
Linux
Rust
Vue.js
Flutter
Command-line
Network programming
Database
Applications
IDEs
More...
Home
/
Rust
/
Virtualization
Virtualization
Virtualization
Search
Newest releases
Newest releases
Most popular
Virtualization
618
crosvm is a virtual machine monitor (VMM) based on Linux’s KVM hypervisor
crosvm is a virtual machine monitor (VMM) based on Linux’s KVM hypervisor
Virtualization
208
Virtual KVM switch for Linux machines
rkvm rkvm is a tool for sharing keyboard and mouse across multiple Linux computers. It is based on a client/server architecture, where server is the m
Virtualization
16
Virtual machine with associated language written in Rust
Virtual machine with associated language written in Rust
Virtualization
38
smallvm A very minimal virtual machine written in rust.
smallvm A very minimal virtual machine written in rust.
Virtualization
46
plotters-font-loader - A font loading utility written in and for rust. (Forked from MSleep...
Font-Loader A font loading utility written in and for Rust. Currently supported platforms: Windows Mac Every platform supporting Fontconfig Unix Linux
Virtualization
17
ploteria - Criterion’s plotting library
ploteria This crate allows you to easily crate complex plots and graphs. Internally this crate uses gnuplot to perform the actual plotting. This crate
Virtualization
1k
voidmap - terminal mind-map + task tracker + tsdb
void Tutorial Example Workflow WARNING: this is alpha, and the default keybinds are still weird because I use colemak on top of tmux. You may want to
Virtualization
24
plot - A command-line plotting and statistics tool
Plot A command-line statistics and plotting tool. plot works on input streams and so if you have a file called data.txt which looks like: $ head -n4 d
Virtualization
74
mml - A library to generating UML language from Rust’s project into graphiz/dot file
ML -Modeling Language- A library to generating UML language from Rust's project into graphiz/dot file. Usage This repo is provided as a Cargo package
Virtualization
127
gust - A small charting library for generating d3 and html charts using Rust
Gust A charting library for rust! Disclaimer This is still very much a work in progress! APIs are very unstable and subject to change. Contributions a
Virtualization
20
peach - Sandbox engine for Rust, inspired by Processing
Peach Processing-esque sandboxing library for Rust with wgpu. Example See the examples folder for more code snippets, as well as screen shots. use pea
Virtualization
72
rasciigraph - Utility function to plot ascii graphs
rasciigraph Tiny Rust library to draw pretty line graphs using ascii characters. Usage Add this to your Cargo.toml [dependencies] rasciigraph = "0.1.1
Virtualization
46
plotters-font-loader - A font loading utility written in and for rust. (Forked from MSleep...
Font-Loader A font loading utility written in and for Rust. Currently supported platforms: Windows Mac Every platform supporting Fontconfig Unix Linux
Virtualization
22
hexplay - Format u8 slices like an hex editor
Implements rust's Display trait to format a u8 slice as many hex editors do. This might be useful for dumping a binary blob for debugging purposes. Do
Virtualization
33
solvent - Dependency Resolver library
solvent Solvent is a dependency resolver library written in rust. Documentation is available at https://docs.rs/solvent Solvent helps you to resolve d
Virtualization
236
charts - A pure Rust visualization library inspired by D3.js
charts A pure Rust visualization library inspired by D3.js. See gallery and examples for code and more charts. Install You can add this as a dependenc
Virtualization
46
krates - Create graphs of crates gathered from cargo metadata
📦 krates Creates graphs of crates from cargo_metadata metadata. Usage use krates::{Builder, Cmd, Krates, cm, petgraph}; fn main() -> Result<(), krate
Virtualization
256
prodash - A dashboard for visualizing progress of asynchronous and possibly blocking tasks
prodash is a dashboard for displaying progress of concurrent applications. It's easy to integrate thanks to a pragmatic API, and comes with a terminal
Virtualization
204
textplots - Terminal plotting library
textplots Terminal plotting library for using in Rust CLI applications. Should work well in any unicode terminal with monospaced font. It is inspired
Virtualization
1k
voidmap - terminal mind-map + task tracker + tsdb
void Tutorial Example Workflow WARNING: this is alpha, and the default keybinds are still weird because I use colemak on top of tmux. You may want to
Virtualization
320
urdf-viz - URDF visualization
urdf-viz Visualize URDF(Unified Robot Description Format) file. urdf-viz is written in Rust-lang. Install Install with cargo If you are using rust-lan
Virtualization
37
vega_lite_3 - rust api for vega-lite v3
Vega-Lite V3 for Rust A Rust API for Vega-Lite v3 to build chart with a rusty API. Similar to the Altair project in python, this crate build upon Vega
Virtualization
99
dipstick - A fast, all-purpose metrics library decoupling instrumentation from reporting b...
dipstick A one-stop shop metrics library for Rust applications with lots of features, minimal impact on applications and a choice of output to downstr
Virtualization
388
gnuplot - Rust gnuplot controller
RustGnuplot A Gnuplot controller written in Rust. Documentation See here Examples A simple example: let mut fg = Figure::new(); fg.axes2d() .set_titl
Virtualization
59
hypervisor-rs — Hardware-accelerated virtualization on OS X
hypervisor-rs hypervisor is a Rust library that taps into functionality that enables hardware-accelerated execution of virtual machines on OS X. It bi
Virtualization
130
unicorn-rs — Rust bindings for the unicorn CPU emulator
unicorn-rs THIS PACKAGE IS UNMAINTAINED. Rust bindings for the unicorn CPU emulator. use unicorn::{Cpu, CpuX86}; fn main() { let x86_code32: Vec<
Virtualization
245
quantum — Advanced Rust quantum computer simulator
quantum Advanced Rust quantum computer simulator. Motivation Quantum is a quantum computer simulator written with the following design goals in mind:
Virtualization
1.8k
vagga — A containerization tool without daemons
Vagga Vagga is a fully-userspace container engine inspired by Vagrant and Docker, specialized for development environments. Note version 0.2 changed f
Virtualization
1.1k
railcar — Docker-like container OCI runtime implementation in Rust
railcar - rust implementation of the oci-runtime spec What is railcar? railcar is a rust implementation of the opencontainers initiative's runtime spe
Virtualization
22.9k
firecracker — A lightweight virtual machine for container workload Firecracker Microvm
Our mission is to enable secure, multi-tenant, minimal-overhead execution of container and function workloads. Read more about the Firecracker Charter
Categories
Rust
3378
Encoding JSON
43
Applications
36
Asynchronous
112
Audio and Music
58
Authentication
31
Automotive
12
Build system
43
Caching
32
Cargo plugins
46
Command-line
418
Compression
22
Computation
18
Concurrency
70
Configuration
28
Cryptocurrencies
96
Cryptography
130
Data processing
14
Data structures
182
Data visualization
16
Database
74
Database interfaces
35
Date and time
17
Debugging
55
Deployment
69
Development tools
27
Distributed systems
14
Email
20
Embedded
4
Embedded development
90
Emulators
29
Encoding Binary
4
Encoding Multimedia
3
Encoding XML
10
Encoding YAML
8
Filesystem
91
Foreign Function Interface
101
Game development
106
Games
62
Genetic algorithms
12
Geospatial
3
Graphics
71
GUI
167
HTTP Client
52
IDEs
32
Image processing
101
Industrial automation
3
Logging
11
Machine learning
68
macOS APIs
10
Math
46
Memory management
40
Miscellaneous
162
Mobile
4
Network programming
133
No standard library
34
Observability
2
Operating systems
21
Parsing
75
Platform specific
12
Procedural macros
40
Productivity
2
Profiling
28
Resources
13
Science
44
Scripting
17
Security tools
57
Simulation
1
Static Site Generators
20
System tools
54
Template engine
65
Testing
83
Text editors
40
Text processing
69
Text search
21
Unix APIs
33
Utilities
439
Value formatting
9
Video
27
Virtualization
34
Web programming
82
Web Servers
83
WebAssembly
21
WebSocket
17
Windows APIs
18
Most popular
More
01
firecracker — A lightweight virtual machine for container workload Firecracker Microvm
02
vagga — A containerization tool without daemons
03
railcar — Docker-like container OCI runtime implementation in Rust
04
voidmap - terminal mind-map + task tracker + tsdb
05
voidmap - terminal mind-map + task tracker + tsdb
06
crosvm is a virtual machine monitor (VMM) based on Linux’s KVM hypervisor
07
gnuplot - Rust gnuplot controller
08
urdf-viz - URDF visualization
09
prodash - A dashboard for visualizing progress of asynchronous and possibly blocking tasks
10
quantum — Advanced Rust quantum computer simulator