{"id":22751978,"url":"https://github.com/aandreba/elor","last_synced_at":"2025-04-14T14:02:42.462Z","repository":{"id":46326634,"uuid":"466106167","full_name":"Aandreba/elor","owner":"Aandreba","description":" A generic Either type implementation for Rust","archived":false,"fork":false,"pushed_at":"2023-01-04T19:36:11.000Z","size":26,"stargazers_count":13,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-08-10T03:15:55.785Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Aandreba.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-03-04T12:00:06.000Z","updated_at":"2023-08-25T01:22:14.000Z","dependencies_parsed_at":"2023-02-02T20:15:58.365Z","dependency_job_id":null,"html_url":"https://github.com/Aandreba/elor","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aandreba%2Felor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aandreba%2Felor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aandreba%2Felor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aandreba%2Felor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Aandreba","download_url":"https://codeload.github.com/Aandreba/elor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229174873,"owners_count":18031528,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-11T05:09:13.744Z","updated_at":"2024-12-11T05:09:14.220Z","avatar_url":"https://github.com/Aandreba.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Either Left Or Right (elor)\n[![Crate](https://img.shields.io/crates/v/elor.svg)](https://crates.io/crates/elor)\n[![API](https://docs.rs/elor/badge.svg)](https://docs.rs/elor)\n\nelor is a ```no_std``` Rust crate with one simple type; **```Either```**.\nIt represents a value that's of one type or another, and implements various functionalities depending on\nthe attributes of those types\n\n## Features\n| Name            | Description                                                                                                    | Dependencies                                                                  |\n| --------------- | -------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------- |\n| ```std```       | Allows the usage of standard library functionality. Enabled by default and mutually exclusive with ```alloc``` | [Standard library](https://github.com/rust-lang/rust/tree/master/library/std) |\n| ```alloc```     | Allows for heap allocation in the absence of the standard library. Mutually exclusive with ```std```           | [Alloc library](https://github.com/rust-lang/rust/tree/master/library/alloc)  |\n| ```serialize``` | Allow for serialization and deserialization                                                                    | [serde](https://github.com/serde-rs/serde)                                    |\n| ```random```    | Allows generating random ```Either```'s                                                                        | [rand](https://github.com/rust-random/rand)                                   |\n| ```async```     | Allows async polling of async ```Either```'s                                                                   | [futures](https://github.com/rust-lang/futures-rs)                            |\n| ```macro```     | Allows for the implementation of functionality geared towards the development of procedural macros             | [quote](https://github.com/dtolnay/quote), [syn](https://github.com/dtolnay/syn) and [proc_macro2](https://github.com/dtolnay/proc-macro2) |","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faandreba%2Felor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faandreba%2Felor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faandreba%2Felor/lists"}