Skip to content

Commit ca1bddb

Browse files
committed
Add badges to readme
1 parent 73e0e3f commit ca1bddb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.MD

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# wslpluginapi-sys
22

3+
[![Build Status](https://github.com/mveril/wslpluginapi-sys/actions/workflows/ci.yml/badge.svg?logo=github)](https://github.com/mveril/wslpluginapi-sys/actions)
4+
[![License](https://img.shields.io/badge/license-MIT-blue.svg?logo=license)](LICENSE)
5+
[![Platform](https://img.shields.io/badge/platform-Windows-blue?logo=windows&logoColor=white)](#)
36
`wslpluginapi-sys` is a Rust crate that provides low-level bindings to the Windows Subsystem for Linux (WSL) Plugin API. It offers a direct interface to the functions and structures defined in the WSL Plugin API, facilitating the development of WSL plugins in Rust.
47

58
## Features
@@ -30,4 +33,4 @@ This crate provides unsafe bindings that closely follow the original C API. User
3033
License
3134
This project is licensed under the MIT License. See the LICENSE file for details.
3235

33-
Note: This crate is part of the [WSLPlugin-rs](https://github.com/mveril/wslplugins-rs) project, which aims to create an idiomatic Rust framework for developing WSL plugins.
36+
Note: This crate is part of the [WSLPlugin-rs](https://github.com/mveril/wslpluginapi-sys) project, which aims to create an idiomatic Rust framework for developing WSL plugins.

0 commit comments

Comments
 (0)