mini-functions

A a highly performant utility and wrapper functions library for Rust that has been carefully designed with optimization and efficiency in mind. πŸ¦€

OTHER License

Downloads
13.3K
Stars
13
Committers
6

Bot releases are hidden (Show)

mini-functions - Mini Functions πŸ¦€ v0.0.6

Published by sebastienrousseau almost 2 years ago

Made With Love

Highly performant utility and wrapper functions library for Rust πŸš€

Mini Functions

Rust Crates.io Lib.rs Docs.rs License

divider

Website
β€’ Documentation
β€’ Report Bug
β€’ Request Feature
β€’ Contributing Guidelines

Welcome to Mini Functions πŸ‘‹ (v0.0.6)

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.

Installation πŸ“¦

It takes just a few minutes to get up and running with mini-functions.

Requirements

mini-functions requires Rust 1.57.0 or later.

Documentation

ℹ️ Info: Please check out our website for more information and find our documentation on docs.rs, lib.rs and crates.io.

Usage πŸ“–

To use mini-functions in your project, add the following to your Cargo.toml file:

[dependencies]
mini-functions = "0.0.6"

Add the following to your main.rs file:

extern crate mini_functions;
use mini_functions::*;

then you can use the functions in your application code.

Examples

Mini Functions comes with a set of examples that you can use to get started. The examples are located in the examples directory of the project. To run the examples, clone the repository and run the following command in your terminal from the project root directory.

cargo run --example date

πŸ’‘ Note: The examples available are date, hash, log, password, qrcode, random and uuid.

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: https://github.com/sebastienrousseau/mini-functions/compare/v0.0.5...v0.0.6

divider

Acknowledgements πŸ’™

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

mini-functions - Mini Functions πŸ¦€ v0.0.5

Published by sebastienrousseau almost 2 years ago

Made With Love

Mini Functions

Highly performant utility and wrapper functions library for Rust πŸš€

Crates.io Docs.rs Lib.rs License

divider

Website β€’ Documentation β€’ Report Bug β€’ Request Feature β€’ Contributing Guidelines

Welcome to Mini Functions πŸ‘‹ (v0.0.5)

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.

Requirements πŸ“‹

mini-functions requires Rust 1.57.0 or later. It is recommended to use the latest stable version of Rust.

Installation πŸ“¦

It takes just a few minutes to get up and running with mini-functions. Please check out our website for more information. You can also find our documentation on docs.rs and lib.rs and our crates.io page.

Mini Functions comes with a set of examples that you can use to get started. To run the examples, clone the repository and run the following command:

cargo run --example <example_name>

To use mini-functions in your project, add the following to your Cargo.toml file:

[dependencies]
mini-functions = "0.0.5"

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 𝌑

divider

Acknowledgements πŸ’™

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

mini-functions - Mini Functions πŸ¦€ v0.0.4

Published by sebastienrousseau almost 2 years ago

Made With Love

Mini Functions

Highly performant utility and wrapper functions library for Rust πŸš€

Crates.io Docs.rs Lib.rs License

divider

Website
β€’ Documentation
β€’ Report Bug
β€’ Request Feature
β€’ Contributing Guidelines

Welcome to Mini Functions πŸ‘‹ (v0.0.4)

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.

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.4"

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: https://github.com/sebastienrousseau/mini-functions/compare/v0.0.3...v0.0.4

divider

Acknowledgements πŸ’™

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

mini-functions - Mini Functions πŸ¦€ v0.0.3

Published by sebastienrousseau almost 2 years ago

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: https://github.com/sebastienrousseau/mini-functions/compare/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.

mini-functions - Mini Functions πŸ¦€ v0.0.2

Published by sebastienrousseau almost 2 years ago

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

Full Changelog: https://github.com/sebastienrousseau/mini-functions/compare/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.

mini-functions - Mini Functions πŸ¦€ v0.0.1

Published by sebastienrousseau almost 2 years ago

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

divider

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::*;

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 πŸŽ‰

divider

Full Changelog πŸ“œ

divider

Acknowledgements πŸ’™

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

Package Rankings
Top 30.58% on Crates.io
Badges
Extracted from project README
Mini Functions Made With Love Crates.io Lib.rs Docs.rs License Codecov