Skip to content

Commit 12b4760

Browse files
authored
Update README with badges and project description
Added build status and release badge to README.
1 parent 629375f commit 12b4760

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
![Build Status](https://github.com/jit89/embedded-view-utils/actions/workflows/compile-test.yml/badge.svg)
2+
[Latest Release](https://img.shields.io/github/v/release/jit89/embedded-view-utils?color=blue)
3+
[ ![License](https://img.shields.io/badge/license-MIT-green) ](LICENSE)
4+
5+
A zero-copy utility library for Arduino and microcontrollers.
6+
17
## MemoryView & StringView
28

39
A fast, Zero-Copy Data Handling Library for Embedded C++. A lightweight toolkit for safe binary casting and non-destructive tokenization, designed to make parsing strings easier without the overhead of the standard Arduino String class.

0 commit comments

Comments
 (0)