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:
parent
e26980f83f
commit
eadae265cc
6 changed files with 12 additions and 7 deletions
|
@ -4,4 +4,5 @@
|
|||
[](https://github.com/tailix/libkernaux/actions/workflows/mruby.yml)
|
||||
[)](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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -4,4 +4,5 @@
|
|||
[](https://github.com/tailix/libkernaux/actions/workflows/ruby.yml)
|
||||
[)](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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -4,5 +4,5 @@ kernaux_sys
|
|||
[](https://github.com/tailix/libkernaux/actions/workflows/rust.yml)
|
||||
[)](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.
|
||||
|
|
|
@ -4,4 +4,5 @@ kernaux
|
|||
[](https://github.com/tailix/libkernaux/actions/workflows/rust.yml)
|
||||
[)](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.
|
||||
|
|
Loading…
Add table
Reference in a new issue