From e5f64a0fc0c7ee6f327aa6d820776eefe4c36ac1 Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Fri, 21 Jan 2022 18:27:03 +0500 Subject: [PATCH] Ruby, Rust: update READMEs --- pkgs/ruby/README.md | 4 +++- pkgs/rust/Cargo.toml | 2 +- pkgs/rust/README.md | 6 ++++++ 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 pkgs/rust/README.md diff --git a/pkgs/ruby/README.md b/pkgs/ruby/README.md index cd34507..a9c2133 100644 --- a/pkgs/ruby/README.md +++ b/pkgs/ruby/README.md @@ -1,4 +1,6 @@ KernAux ======= -Auxiliary library for kernel development. +[![Test](https://github.com/tailix/libkernaux/actions/workflows/test.yml/badge.svg)](https://github.com/tailix/libkernaux/actions/workflows/test.yml) + +Bindings to **libkernaux** - auxiliary library for kernel development. diff --git a/pkgs/rust/Cargo.toml b/pkgs/rust/Cargo.toml index e952996..2e26f5d 100644 --- a/pkgs/rust/Cargo.toml +++ b/pkgs/rust/Cargo.toml @@ -4,7 +4,7 @@ version = "0.0.0" authors = ["Alex Kotov "] edition = "2021" description = "Auxiliary library for kernel development" -readme = false +readme = true homepage = "https://github.com/tailix/libkernaux" repository = "https://github.com/tailix/libkernaux.git" license = "MIT" diff --git a/pkgs/rust/README.md b/pkgs/rust/README.md new file mode 100644 index 0000000..a9c2133 --- /dev/null +++ b/pkgs/rust/README.md @@ -0,0 +1,6 @@ +KernAux +======= + +[![Test](https://github.com/tailix/libkernaux/actions/workflows/test.yml/badge.svg)](https://github.com/tailix/libkernaux/actions/workflows/test.yml) + +Bindings to **libkernaux** - auxiliary library for kernel development.