1 unstable release
Uses new Rust 2024
new 0.1.2 | Apr 2, 2025 |
---|
#20 in #compliance
85 downloads per month
Used in 17 crates
(15 directly)
36KB
195 lines
Aloe AU Imports
Aloe AU Imports is a Rust crate that provides seamless integration of Australian-specific business logic and data structures into applications. Designed with precision and efficiency, this library ensures that your applications can handle Australia-specific scenarios with ease, including currency conversions, date and time manipulations, and regulatory compliance.
Features
- Comprehensive Business Logic: Integrate robust business rules specific to the Australian market.
- Localization Support: Handle Australian date formats, currency conversions, and more.
- Regulatory Compliance: Ensure adherence to local laws and regulations.
- Extensible and Modular: Easily extend and modify components to suit specific needs.
Installation
Add this to your Cargo.toml
:
[dependencies]
aloe-au-imports = "0.1.0"
Usage
This crate is designed for advanced users familiar with Rust programming and internationalization concepts. Below is a simple example to get started:
use aloe_au_imports::currency;
fn main() {
let aus_dollars = currency::convert_to_au(100.0, "USD");
println!("Amount in AUD: {}", aus_dollars);
}
Contributions
Contributions are welcome! Please refer to the GitHub repository for contribution guidelines and open issues.
License
This project is licensed under the GPL-3.0 License.
This README.md was generated by an AI model and may not be 100% accurate, however, it should be pretty good.
This crate is a translation of the JUCE module.
JUCE is a c++ software framework for developing high performance audio applications.
Usage falls under the GPLv3 as well as the JUCE commercial license.
See github.com/juce-framework/JUCE and the JUCE license page for details.
This crate is in the process of being translated from c++ to rust. For progress updates, please see the workspacer rust project. designed specifically for rust projects.
Dependencies
~12–23MB
~382K SLoC