Skip to content

Mini Functions 🦀 v0.0.3

Compare
Choose a tag to compare
@sebastienrousseau sebastienrousseau released this 02 Jan 20:28
· 564 commits to main since this release
7cfdadc

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.3)

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.

Key Features 🎯

  • Built with Rust — A modern programming language that is well-suited for building high-performance, reliable, and secure systems.
  • High-level Utility Functions — A collection of high-level, abstracted functions for common tasks, such as string manipulation, file manipulation, and data parsing.
  • Wrapper Functions for Easy Access — Wrapper functions that provide a more convenient interface for accessing and using underlying Rust libraries or APIs.
  • Optimization and Performance Tools — Tools for optimizing and improving the performance of Rust code.
  • Multi-platform Support — Support for a variety of platforms, including desktop, mobile, and web.
  • Comprehensive Documentation and Examples — Documentation and examples to help developers understand and use the library effectively.
  • Regular Maintenance and Updates — Regular updates and maintenance to ensure the library stays up-to-date and reliable.

divider

Requirements 📋

mini-functions requires Rust 1.57.0 or later.

Installation 📦

It takes just a few minutes to get up and running with mini-functions.
Check out our documentation for more information.

Add the following to your Cargo.toml file:

[dependencies]
mini-functions = "0.0.3"

Usage 📖

Add the following to your main.rs file:

use mini_functions::*;

then you can use the functions in your application code.

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 𝌡

Full Changelog: v0.0.2...v0.0.3

divider

Acknowledgements 💙

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