fundu-core 0.4.2

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">Fundu Core</h1>

Configurable, precise and fast rust string parser to a Duration

[API Docs] | [Changelog]<br>
[![Github action][github-action-badge]][github-action-url]
[![Codecov][codecov-badge]][codecov-url]
[![Crates.io][crates-io-badge]][crates-io-url]
[![docs.rs][docs-rs-badge]][docs-rs-url]
[![MSRV][msrv-badge]][msrv-url]

[API Docs]: https://docs.rs/crate/fundu-core/
[Changelog]: https://github.com/fundu-rs/fundu/blob/main/CHANGELOG.md
[github-action-badge]: https://github.com/fundu-rs/fundu/actions/workflows/cicd.yml/badge.svg
[github-action-url]: https://github.com/fundu-rs/fundu/actions/workflows/cicd.yml
[codecov-badge]: https://codecov.io/gh/fundu-rs/fundu/branch/main/graph/badge.svg?token=7GOQ1A6UPH
[codecov-url]: https://codecov.io/gh/fundu-rs/fundu
[crates-io-badge]: https://img.shields.io/crates/v/fundu-core.svg
[crates-io-url]: https://crates.io/crates/fundu-core
[docs-rs-badge]: https://docs.rs/fundu/badge.svg
[docs-rs-url]: https://docs.rs/fundu/
[msrv-badge]: https://img.shields.io/badge/MSRV-1.85.0-brightgreen
[msrv-url]: https://github.com/rust-lang/rust

# Overview

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

# License

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

[fundu]: ../README.md
[fundu-systemd]: ../fundu-systemd/README.md