Crates.io | eroc |
lib.rs | eroc |
version | 0.0.0 |
source | src |
created_at | 2023-02-28 21:27:19.071323 |
updated_at | 2023-02-28 21:27:19.071323 |
description | A collection of libraries to extend the capability of the Rust standard library. |
homepage | |
repository | https://github.com/radifun/eroc |
max_upload_size | |
id | 797529 |
size | 3,282 |
Eroc is a collection of libraries to extend the capability of the Rust standard library. Unlike the common practice in Rust world where each library provides a few certain features, Eroc follows the (somewhat outdated and undesirable) way by providing an extensive and high quality collection of functionalities all in one place.
Warning: Eroc is still in a very early stage. Most of its features are not present, incomplete, untested and subject to significant change. It is strongly advised NOT to use the library for any purposes other than for having fun.
Eroc consists of the following libraries:
io
: an alternative to std::io
module with no_std
support.Eroc is provided under Apache 2.0 license.
Contributions to Eroc are more than welcome. However as the project is in a very early stage, it often does not have clear objectives and road map, which might lead to the inability to accept and absorb strong and fast-pace contribution. To avoid any unnecessary disappointment, it is highly recommended to discuss with the author first before any attempt to contribute to Eroc code base is made.