mindex.c

In-memory ordered store and fetch library
git clone git://git.finwo.net/lib/mindex.c
Log | Files | Refs | README | LICENSE

commit f38b7e928c8c9e888d46aab8c6685297c6690c5a
Author: Yersa Nordman <yersa@finwo.nl>
Date:   Thu,  2 Mar 2023 10:24:32 +0100

Project init

Diffstat:
A.editorconfig | 12++++++++++++
A.github/FUNDING.yml | 3+++
ACODE_OF_CONDUCT.md | 6++++++
Apackage.ini | 3+++
4 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/.editorconfig b/.editorconfig @@ -0,0 +1,12 @@ +# 2d0e4a3f-ac19-430c-bf1b-46c68651ce21 +root = true + +[*] +end_of_line = lf +insert_final_newline = true +charset = utf-8 +indent_size = 2 +indent_style = space + +[Makefile*] +indent_style = tab diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml @@ -0,0 +1,3 @@ +# f4d2ed80-57b6-46e6-b245-5049428a931d +github: finwo +liberapay: finwo diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md @@ -0,0 +1,6 @@ +<!-- 46b43825-f791-485e-9445-415ee7bbbf2d --> +# Contributor Code of Conduct + +This project adheres to No Code of Conduct. We are all adults. We accept anyone's contributions. Nothing else matters. + +For more information please visit the [No Code of Conduct](https://github.com/domgetter/NCoC) homepage. diff --git a/package.ini b/package.ini @@ -0,0 +1,3 @@ +[package] +deps=lib +name=finwo/mindex