fundu-core 0.3.1

The core driving the implementation of fundu
Documentation
<!--
 Copyright (c) 2023 Joining7943 <joining@posteo.de>

 This software is released under the MIT License.
 https://opensource.org/licenses/MIT
-->

<h1 align="center">Configurable, precise and fast rust string parser to a Duration</h1>
<div align="center">
    <a href="https://docs.rs/crate/fundu-core/">fundu-core Docs</a>
    |
    <a href="https://github.com/fundu-rs/fundu/blob/main/CHANGELOG.md">Changelog</a>
</div>
<br>
<div align="center">
    <a href="https://github.com/fundu-rs/fundu/actions">
        <img src="https://github.com/fundu-rs/fundu/actions/workflows/cicd.yml/badge.svg" alt="GitHub branch checks state"/>
    </a>
    <a href="https://codecov.io/gh/fundu-rs/fundu" >
        <img src="https://codecov.io/gh/fundu-rs/fundu/branch/main/graph/badge.svg?token=7GOQ1A6UPH"/>
    </a>
    <a href="https://crates.io/crates/fundu-core">
        <img src="https://img.shields.io/crates/v/fundu-core.svg" alt="Crates.io"/>
    </a>
    <a href="https://docs.rs/fundu/">
        <img src="https://docs.rs/fundu/badge.svg" alt="docs.rs"/>
    </a>
    <a href="https://github.com/rust-lang/rust">
        <img src="https://img.shields.io/badge/MSRV-1.66.0-brightgreen" alt="MSRV"/>
    </a>
</div>

# Overview

This is the core driving the implementation of [fundu](../README.md). Most likely you were searching
for [fundu](../README) or one of its other simple to use interfaces
[fundu-systemd](../fundu-systemd/README.md). Please see there for further details and documentation about `fundu`.

# License

MIT license ([LICENSE](LICENSE) or <http://opensource.org/licenses/MIT>)