{"id":23908545,"url":"https://github.com/mandober/rust-maybe-type","last_synced_at":"2026-06-10T20:31:40.652Z","repository":{"id":156251945,"uuid":"122746434","full_name":"mandober/rust-maybe-type","owner":"mandober","description":"Rust: Option's doppelganger, the Maybe type","archived":false,"fork":false,"pushed_at":"2018-02-24T14:52:42.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-23T15:37:02.781Z","etag":null,"topics":["rust","rust-exercise"],"latest_commit_sha":null,"homepage":null,"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/mandober.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-02-24T14:16:08.000Z","updated_at":"2021-05-11T01:45:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"dc76ff5a-14d1-4e3a-82ca-eb61cce3616f","html_url":"https://github.com/mandober/rust-maybe-type","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mandober/rust-maybe-type","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mandober%2Frust-maybe-type","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mandober%2Frust-maybe-type/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mandober%2Frust-maybe-type/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mandober%2Frust-maybe-type/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mandober","download_url":"https://codeload.github.com/mandober/rust-maybe-type/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mandober%2Frust-maybe-type/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34170162,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["rust","rust-exercise"],"created_at":"2025-01-05T04:38:52.735Z","updated_at":"2026-06-10T20:31:40.640Z","avatar_url":"https://github.com/mandober.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Maybe\n\n- lang: Rust\n- date: 2017-12-11\n- type: exercise\n- desc: Option's doppelganger, the Maybe type (just for exercise)\n\nImplementation of the `Maybe` type, exactly the same thing as the `Option`, purely as get-intimate-with-impl-details sort of exercise. Heavily commented.\n\n```rust\npub enum Maybe\u003cT\u003e {\n    Just(T),\n    Nothing\n}\n```\n\n[Source code][opt] of `Option` in `libcore`.\n\n\n[opt]: https://doc.rust-lang.org/src/core/option.rs.html","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmandober%2Frust-maybe-type","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmandober%2Frust-maybe-type","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmandober%2Frust-maybe-type/lists"}