Skip to content

Commit

Permalink
Zig tag documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptocode committed May 30, 2024
1 parent 08906cd commit d0a3bbf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<img align="right" width="160" height="160" src="https://user-images.githubusercontent.com/34946442/152222895-9c8adb22-a22d-4bce-a513-3486ca28bdd5.png"> zig**fsm** is a [finite state machine](https://en.wikipedia.org/wiki/Finite-state_machine) library for Zig.

This library tracks [Zig master](https://github.com/ziglang/zig). Last test was on Zig version `0.13.0-dev.346+e54fcdb5b`.
This library supports Zig 0.12 as well as Zig master. Last test was on Zig version `0.13.0-dev.346+e54fcdb5b`.

Use the zigfsm master branch to compile with Zig master. Use the zig-0.12 tag to compile with Zig 0.12.

## Table of Contents
* [Features](#features)
Expand Down

0 comments on commit d0a3bbf

Please sign in to comment.