# Parsenic #### A simple no-std/no-alloc I/O and parsing crate [![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 ## MSRV 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. Licensed under any of - Apache License, Version 2.0, ([LICENSE\_APACHE] or ) - Boost Software License, Version 1.0, ([LICENSE\_BOOST] or ) - MIT License, ([LICENSE\_MIT] or ) at your option. ### Contribution Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be licensed as described above, without any additional terms or conditions. ## Help If you want help using or contributing to this library, feel free to send me an email at . [Ardaku MSRV guidelines]: https://github.com/ardaku/.github/blob/v1/profile/MSRV.md [LICENSE\_APACHE]: https://github.com/ardaku/parsenic/blob/v0/LICENSE_APACHE [LICENSE\_BOOST]: https://github.com/ardaku/parsenic/blob/v0/LICENSE_BOOST [LICENSE\_MIT]: https://github.com/ardaku/parsenic/blob/v0/LICENSE_MIT