Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gamunu/linux_containers

containerd implementation using Rust
https://github.com/gamunu/linux_containers

Last synced: 25 days ago
JSON representation

containerd implementation using Rust

Awesome Lists containing this project

README

        

# linux_containers

A rust port built from scrach of **containerd** and associated libraries.

This is a purely educational effort to understand the inner working of `containerd` and the language capabilities of the [Rust-lang](https://github.com/rust-lang/rust)
in comparison to languages like GoLang.

## Configuring code editor for Linux target on other platforms

### VSCode
```json
{
"rust-analyzer.cargo.target": "x86_64-unknown-linux-gnu"
}
```