microsandbox-core 0.2.2

`microsandbox-core` is a tool for managing lightweight sandboxes and images.
Documentation
<div align="center">
  <a href="https://github.com/microsandbox/microsandbox" target="_blank">
    <img src="https://raw.githubusercontent.com/microsandbox/microsandbox/main/assets/logo-purple-gradient.png" alt="microsandbox logo" width="100"></img>
  </a>

  <h1>microsandbox-core</h1>

  <p>
    <a href="https://discord.gg/T95Y3XnEAK">
      <img src="https://img.shields.io/static/v1?label=Discord&message=join%20us!&color=mediumslateblue&logo=discord&logoColor=white" alt="Discord">
    </a>
    <a href="https://github.com/microsandbox/microsandbox/actions?query=">
      <img src="https://github.com/microsandbox/microsandbox/actions/workflows/tests_and_checks.yml/badge.svg" alt="Build Status">
    </a>
    <a href="https://crates.io/crates/microsandbox">
      <img src="https://img.shields.io/crates/v/microsandbox?label=crates&logo=rust" alt="Microsandbox Crate">
    </a>
    <a href="https://docs.rs/microsandbox">
      <img src="https://img.shields.io/static/v1?label=Docs&message=docs.rs&color=blue&logo=docs.rs" alt="Microsandbox Docs">
    </a>
    <a href="https://github.com/microsandbox/microsandbox/blob/main/LICENSE">
      <img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg?logo=apache&logoColor=white" alt="License">
    </a>
  </p>
</div>

**`microsandbox-core`** is the engine behind the microsandbox platform, providing a robust foundation for running AI workloads in isolated microVMs. It handles everything from VM lifecycle management to OCI image distribution, making it easy to deploy and orchestrate code sandboxes securely.

> [!WARNING]
> This project is undergoing major refactoring. The API is unstable and subject to breaking changes.