1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2025-04-07 17:32:45 -04:00

Common: add links

This commit is contained in:
Alex Kotov 2022-02-03 21:32:38 +05:00
parent e26980f83f
commit eadae265cc
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08
6 changed files with 12 additions and 7 deletions

View file

@ -4,4 +4,5 @@
[![Build status](https://github.com/tailix/libkernaux/actions/workflows/mruby.yml/badge.svg)](https://github.com/tailix/libkernaux/actions/workflows/mruby.yml)
[![Build status (FreeBSD)](https://api.cirrus-ci.com/github/tailix/libkernaux.svg?task=mruby%20(FreeBSD))](https://cirrus-ci.com/github/tailix/libkernaux)
Binding to **libkernaux** - auxiliary library for kernel development.
Binding to [libkernaux](https://github.com/tailix/libkernaux) - auxiliary
library for kernel development.

View file

@ -1,4 +1,5 @@
kernaux
=======
Binding to **libkernaux** - auxiliary library for kernel development.
Binding to [libkernaux](https://github.com/tailix/libkernaux) - auxiliary
library for kernel development.

View file

@ -4,4 +4,5 @@
[![Build status](https://github.com/tailix/libkernaux/actions/workflows/ruby.yml/badge.svg)](https://github.com/tailix/libkernaux/actions/workflows/ruby.yml)
[![Build status (FreeBSD)](https://api.cirrus-ci.com/github/tailix/libkernaux.svg?task=Ruby%20(FreeBSD))](https://cirrus-ci.com/github/tailix/libkernaux)
Binding to **libkernaux** - auxiliary library for kernel development.
Binding to [libkernaux](https://github.com/tailix/libkernaux) - auxiliary
library for kernel development.

View file

@ -6,7 +6,8 @@ require_relative 'kernaux/version'
require_relative 'kernaux/default'
##
# Binding to libkernaux - auxiliary library for kernel development.
# Binding to [libkernaux](https://github.com/tailix/libkernaux) - auxiliary
# library for kernel development.
#
module KernAux
# Default callback for assertions.

View file

@ -4,5 +4,5 @@ kernaux_sys
[![Build status](https://github.com/tailix/libkernaux/actions/workflows/rust.yml/badge.svg)](https://github.com/tailix/libkernaux/actions/workflows/rust.yml)
[![Build status (FreeBSD)](https://api.cirrus-ci.com/github/tailix/libkernaux.svg?task=Rust%20(FreeBSD))](https://cirrus-ci.com/github/tailix/libkernaux)
Unsafe no-std binding to **libkernaux** - auxiliary library for kernel
development.
Unsafe no-std binding to [libkernaux](https://github.com/tailix/libkernaux) -
auxiliary library for kernel development.

View file

@ -4,4 +4,5 @@ kernaux
[![Build status](https://github.com/tailix/libkernaux/actions/workflows/rust.yml/badge.svg)](https://github.com/tailix/libkernaux/actions/workflows/rust.yml)
[![Build status (FreeBSD)](https://api.cirrus-ci.com/github/tailix/libkernaux.svg?task=Rust%20(FreeBSD))](https://cirrus-ci.com/github/tailix/libkernaux)
Safe binding to **libkernaux** - auxiliary library for kernel development.
Safe binding to [libkernaux](https://github.com/tailix/libkernaux) - auxiliary
library for kernel development.