Skip to content

A Minimalist ASynchronous Toolkit (AMAST) written in C99

License

Notifications You must be signed in to change notification settings

adel-mamin/amast

Repository files navigation

Amast

Introduction

Amast is a minimalist asynchronous toolkit that makes it easier to develop C language based projects. Written in C99.

What Is Inside

How To Compile

On Linux or WSL:

Install pixi. Run pixi run all.

How To Use

Include amast.h, amast_config.h and amast.c from the latest release to your project.

If you want to run Amast unit tests, then also include amast_test.h and amast_test.c.

Makefile is available for optional use. Run make test to run unit tests.

Features, Bugs, etc.

The project uses "Discussions" instead of "Issues".

"Discussions" tab has different discussion groups for "Features" and "Bugs".

For making sure issues are addressed, both me and the community can better evaluate which issues and features are high priority because they can be "upvoted".

How To Contribute

If you find the project useful, then please star it. It helps promoting it.

If you find any bugs, please report them.

License

Amast is open-sourced software licensed under the MIT license.