{"id":21442483,"url":"https://github.com/cryptex-github/deep-flatten","last_synced_at":"2025-03-17T00:46:42.802Z","repository":{"id":109469757,"uuid":"601911064","full_name":"Cryptex-github/deep-flatten","owner":"Cryptex-github","description":"Useful utility for deep flattening nested Options.","archived":false,"fork":false,"pushed_at":"2023-02-15T04:52:16.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-23T10:43:32.414Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://crates.io/crates/deep-flatten","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Cryptex-github.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-02-15T04:50:25.000Z","updated_at":"2023-02-15T04:53:16.000Z","dependencies_parsed_at":"2023-04-24T10:28:59.431Z","dependency_job_id":null,"html_url":"https://github.com/Cryptex-github/deep-flatten","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cryptex-github%2Fdeep-flatten","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cryptex-github%2Fdeep-flatten/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cryptex-github%2Fdeep-flatten/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cryptex-github%2Fdeep-flatten/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Cryptex-github","download_url":"https://codeload.github.com/Cryptex-github/deep-flatten/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243955723,"owners_count":20374372,"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-11-23T01:54:29.598Z","updated_at":"2025-03-17T00:46:42.797Z","avatar_url":"https://github.com/Cryptex-github.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Deep Flatten\n\nDeep Flatten is a simple utility trait that flattens up to 32 nested Options.\n\n\n## Example\n\n```rust\nuse deep_flatten::DeepFlatten;\n\nlet x = Some(Some(Some(Some(Some(Some(Some(Some(Some(())))))))));\nlet flattened = x.deep_flatten();\n\nassert_eq!(flattened, Some(()));\n```\n\nResult support coming soon.\n\n\u003csub\u003eI genuinely don't know why you will ever need this but ok\u003c/sub\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcryptex-github%2Fdeep-flatten","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcryptex-github%2Fdeep-flatten","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcryptex-github%2Fdeep-flatten/lists"}