PackageTrack
Sign in Get early access

parsenic

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

0.2.1 8.0M downloads/mo #3504 most downloaded on crates.io ardaku/parsenic

What this package is like to depend on

Last release 2 years ago

no release in 18 months

Release timing varies

gaps range from 2 weeks to 1.3 years

Nearly every release is documented

notes for 3 of 3 stable releases

Nothing withdrawn

no release was ever pulled

3 years old

3 releases · first in 2023

0 releases in the last 12 months

see the full history below

Release timeline

3 releases · Jul 2023 to Nov 2024
2024 2025 2026
Release Pre-release

Releases

latest 3
  1. 0.2.1 17 Nov 2024
    Release notes

    Add le/be float read/write methods

    Open source →
    Release notes

    Added

    • le::Read::f32()
    • le::Read::f64()
    • le::Write::f32()
    • le::Write::f64()
    • be::Read::f32()
    • be::Read::f64()
    • be::Write::f32()
    • be::Write::f64()
    Open source →
  2. 0.2.0 05 Nov 2024
    Release notes

    Added

    • error module with error types
    • result module with Result type aliases
    • unstable-error feature implementing Error for error types
    • Empty reader and empty() constructor
    • Purge writer and purge() constructor
    • class module
    • Read and Write extension traits on Reader and Writer

    Changed

    • Bounds of Int and UInt
    • Now depends on traitful for extension traits
    • io module is behind a feature flag
    • UInt and Int are now in class module

    Fixed

    • Broken links in README and docs
    • Parsing u8() not advancing reader
    Open source →
  3. 0.1.0 17 Jul 2023
    Release notes

    Added

    • be module
    • le module
    • Reader struct
    • Writer struct
    • Int trait
    • UInt trait
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive