Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AldaronLau authored Nov 5, 2024
1 parent ea50333 commit 62141f9
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,19 @@

#### A simple no-std/no-alloc I/O and parsing crate

- No-std
[![tests](https://github.com/ardaku/parsenic/actions/workflows/rust.yml/badge.svg)](https://github.com/ardaku/parsenic/actions/workflows/rust.yml)
[![GitHub commit activity](https://img.shields.io/github/commit-activity/y/ardaku/parsenic)](https://github.com/ardaku/parsenic/)
[![GitHub contributors](https://img.shields.io/github/contributors/ardaku/parsenic)](https://github.com/ardaku/parsenic/graphs/contributors)
[![Crates.io](https://img.shields.io/crates/v/parsenic)](https://crates.io/crates/parsenic)
[![Crates.io](https://img.shields.io/crates/d/parsenic)](https://crates.io/crates/parsenic)
[![Crates.io (recent)](https://img.shields.io/crates/dr/parsenic)](https://crates.io/crates/parsenic)
[![Crates.io](https://img.shields.io/crates/l/parsenic)](https://github.com/ardaku/parsenic/search?l=Text&q=license)
[![Docs.rs](https://docs.rs/parsenic/badge.svg)](https://docs.rs/parsenic/)

## About

- Portable (no-std / no-alloc)
- Easy and simple API
- Designed with common Rust patterns in mind
- Sealed traits
- Extension traits
Expand All @@ -13,6 +25,8 @@ The current MSRV is Rust 1.70.

MSRV is updated according to the [Ardaku MSRV guidelines].

Some unstable features bump the MSRV ([see feature docs](https://docs.rs/parsenic/latest/parsenic/#features))

## License

Copyright © 2023-2024 The Parsenic Contributors.
Expand Down

0 comments on commit 62141f9

Please sign in to comment.