Skip to content

Mini Functions 🦀 v0.0.2

Compare
Choose a tag to compare
@sebastienrousseau sebastienrousseau released this 01 Jan 21:01
· 572 commits to main since this release
6e0ad3b

Made with Love

Mini Functions

Highly performant utility and wrapper functions library for Rust

Crates.io Docs.rs Lib.rs License

Welcome to Mini Functions 👋 (v0.0.2)

Mini Functions is a highly performant utility and wrapper functions library for Rust that has been carefully designed with optimization and efficiency in mind.

By providing convenient wrapper functions, our library aims to provide a high-level interface for common tasks while still leveraging the performance benefits of Rust under the hood.

These utility functions serve as an essential toolkit for any Rust developer, and the library's design abstractions allow for easy integration into a variety of projects and applications.

divider

Installation 📦

Add the following line to your Cargo.toml file:

[dependencies]
mini-functions = "0.0.2"

Then, add the following line to your main.rs file:

use mini_functions::*;

divider

License 📜

The Mini Functions Website is distributed under the terms of both the MIT license and the Apache License (Version 2.0).

divider

What's Changed 𝌡

divider

New Contributors

  • @deepsource-autofix made their first contribution in #9

Full Changelog: v0.0.1...v0.0.2

divider

Acknowledgements 💙

A big thank you to all the awesome contributors of
Mini Functions for their help and continuous support.