eroc

Crates.ioeroc
lib.rseroc
version0.0.0
sourcesrc
created_at2023-02-28 21:27:19.071323
updated_at2023-02-28 21:27:19.071323
descriptionA collection of libraries to extend the capability of the Rust standard library.
homepage
repositoryhttps://github.com/radifun/eroc
max_upload_size
id797529
size3,282
Viet-Hoa Do (doviethoa)

documentation

README

Eroc

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.

Libraries

Eroc consists of the following libraries:

  • io: an alternative to std::io module with no_std support.

License

Eroc is provided under Apache 2.0 license.

How to contribute

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.

Commit count: 0

cargo fmt