https://github.com/ardaku/parsenic
A simple no-std/no-alloc I/O and parsing crate
https://github.com/ardaku/parsenic
Last synced: 6 months ago
JSON representation
A simple no-std/no-alloc I/O and parsing crate
- Host: GitHub
- URL: https://github.com/ardaku/parsenic
- Owner: ardaku
- License: apache-2.0
- Created: 2023-07-17T03:20:49.000Z (about 2 years ago)
- Default Branch: v1
- Last Pushed: 2024-11-18T05:03:58.000Z (11 months ago)
- Last Synced: 2024-11-19T09:08:30.238Z (11 months ago)
- Language: Rust
- Homepage: https://docs.rs/parsenic
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE_APACHE
Awesome Lists containing this project
README
# Parsenic
#### A simple no-std/no-alloc I/O and parsing crate
[](https://github.com/ardaku/parsenic/actions/workflows/rust.yml)
[](https://github.com/ardaku/parsenic/)
[](https://github.com/ardaku/parsenic/graphs/contributors)
[](https://crates.io/crates/parsenic)
[](https://crates.io/crates/parsenic)
[](https://crates.io/crates/parsenic)
[](https://github.com/ardaku/parsenic/search?l=Text&q=license)
[](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