remi

Crates.ioremi
lib.rsremi
version
sourcesrc
created_at2023-02-09 05:09:26.44513
updated_at2024-12-04 02:25:15.293282
description๐Ÿปโ€โ„๏ธ๐Ÿงถ Asynchronous Rust crate to handle communication between applications and object storage providers
homepage
repositoryhttps://github.com/Noelware/remi-rs
max_upload_size
id780500
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
remi-rs (github:noelware:remi-rs)

documentation

README

Noelware logo

remi-rs by Noelware, LLC.

Asynchronous Rust crate to handle communication between applications and object storage providers

v0.10.0 | ๐Ÿ“œ Documentation

remi-rs is a Rust edition of Noelware's Java library remi that was discontinuted on December 15th, 2023 and is the primary library that Noelware uses and maintained.

remi-rs is a easy way to communicate with object storage providers like Microsoft Azure and Amazon S3. It is an abstraction on common methods (like fetching, creating, listing, etc.) called a "storage service" where it implements a set of methods that is commonly used in applications.

Warning โ€” All code in the repository is VERY EXPERIMENTAL and things can break at anytime & be removed without any notice.

Projects using remi-rs

(Is your project using remi-rs? You can link your project here by submitting a PR!)

Official Crates

License

remi-rs by Noelware, LLC. is released under the MIT License with love. Please read the LICENSE file in the repository attached for more information about on what you can do with the code.

Commit count: 249

cargo fmt