Mini Functions 🦀 v0.0.1
Highly performant utility and wrapper functions library for Rust
Welcome to Mini Functions 👋 (v0.0.1)
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.
Installation 📦
Add the following line to your Cargo.toml file:
[dependencies]
mini-functions = "0.0.1"
Then, add the following line to your main.rs file:
use mini_functions::*;
License 📜
The Mini Functions Website is distributed under the terms of both the MIT license and the Apache License (Version 2.0).
What's Changed 𝌡
- Feature/mini functions by @sebastienrousseau in
#1 - feat(build): Testing build workflow by @sebastienrousseau in
#2 - feat(workflow): Added release,yml by @sebastienrousseau in
#3
New Contributors 🎉
- @sebastienrousseau made their first contribution in
#1
Full Changelog 📜
Acknowledgements 💙
A big thank you to all the awesome contributors of
Mini Functions for their help and continuous support.