From 9ef6b9642b50c0a7014f2c2c7168f3554466b257 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20V=C3=A9ril?= Date: Sat, 1 Feb 2025 18:38:45 +0100 Subject: [PATCH] Add badges on README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 92967a5..db62e7a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # WSLPlugins-rs +[![Crates.io](https://img.shields.io/crates/v/wslplugins-rs?logo=rust)](https://crates.io/crates/wslplugins-rs) +[![Docs.rs](https://img.shields.io/badge/docs.rs-wslplugins--rs-blue?logo=docs.rs)](https://docs.rs/wslplugins-rs) +[![Build Status](https://github.com/mveril/wslplugins-rs/actions/workflows/rust.yml/badge.svg?logo=github)](https://github.com/mveril/wslplugins-rs/actions) +[![License](https://img.shields.io/badge/license-MIT-blue.svg?logo=license)](LICENSE) +[![Platform](https://img.shields.io/badge/platform-Windows-blue?logo=windows&logoColor=white)](#) + WSLPlugins-rs is a project aiming to provide a Rust interface for creating WSL (Windows Subsystem for Linux) plugins. This approach is inspired by [Microsoft's C sample for WSL plugins](https://github.com/microsoft/wsl-plugin-sample), aiming to leverage Rust's safety and performance features and allowing easy building of WSL plugins using idiomatic Rust. Please note: As this project is in an early stage of development, the API surface is subject to change at any time.