Mini Functions 🦀 v0.0.2
Highly performant utility and wrapper functions library for Rust
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.
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::*;
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 𝌡
- fix(cargo): Cargo.lock needs to be updated but --locked was passed to… by @sebastienrousseau in #4
- feat(flow): New Rust flow by @sebastienrousseau in #5
- fix(workflow) Added on: [push, pull_request] by @sebastienrousseau in #6
- feat(workflows): Optimizations by @sebastienrousseau in #7
- feat(workflows): minor updates by @sebastienrousseau in #8
- Update .deepsource.toml by @deepsource-autofix in #9
- Feature/mini functions by @sebastienrousseau in #10
New Contributors
- @deepsource-autofix made their first contribution in #9
Full Changelog: v0.0.1...v0.0.2
Acknowledgements 💙
A big thank you to all the awesome contributors of
Mini Functions for their help and continuous support.