{"id":17986537,"url":"https://github.com/indiv0/lazycell","last_synced_at":"2025-04-05T04:12:41.437Z","repository":{"id":60775553,"uuid":"53963933","full_name":"indiv0/lazycell","owner":"indiv0","description":"Rust library providing a lazily filled Cell","archived":false,"fork":false,"pushed_at":"2020-08-12T01:07:00.000Z","size":845,"stargazers_count":60,"open_issues_count":3,"forks_count":17,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-31T17:13:49.923Z","etag":null,"topics":["rust","rust-library"],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/indiv0.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-03-15T17:17:01.000Z","updated_at":"2025-01-31T17:10:45.000Z","dependencies_parsed_at":"2022-10-04T17:32:07.237Z","dependency_job_id":null,"html_url":"https://github.com/indiv0/lazycell","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/indiv0%2Flazycell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/indiv0%2Flazycell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/indiv0%2Flazycell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/indiv0%2Flazycell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/indiv0","download_url":"https://codeload.github.com/indiv0/lazycell/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247284951,"owners_count":20913704,"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":["rust","rust-library"],"created_at":"2024-10-29T18:29:55.654Z","updated_at":"2025-04-05T04:12:41.411Z","avatar_url":"https://github.com/indiv0.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# lazycell\n\n\u003ctable\u003e\n    \u003ctr\u003e\n        \u003ctd\u003e\u003cstrong\u003eLinux\u003c/strong\u003e\u003c/td\u003e\n        \u003ctd\u003e\u003ca href=\"https://travis-ci.org/indiv0/lazycell\" title=\"Travis Build Status\"\u003e\u003cimg src=\"https://travis-ci.org/indiv0/lazycell.svg?branch=master\" alt=\"travis-badge\"\u003e\u003c/img\u003e\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n        \u003ctd colspan=\"2\"\u003e\n            \u003ca href=\"https://crates.io/crates/lazycell\" title=\"Crates.io downloads\"\u003e\u003cimg src=\"https://img.shields.io/crates/d/lazycell.svg\" alt=\"cargo-downloads-badge\"\u003e\u003c/img\u003e\u003c/a\u003e\n            \u003ca href=\"https://indiv0.github.io/lazycell/lazycell\" title=\"API Docs\"\u003e\u003cimg src=\"https://img.shields.io/badge/API-docs-blue.svg\" alt=\"api-docs-badge\"\u003e\u003c/img\u003e\u003c/a\u003e\n            \u003ca href=\"https://crates.io/crates/lazycell\" title=\"Crates.io\"\u003e\u003cimg src=\"https://img.shields.io/crates/v/lazycell.svg\" alt=\"crates-io\"\u003e\u003c/img\u003e\u003c/a\u003e\n            \u003ca href=\"#license\" title=\"License: MIT/Apache-2.0\"\u003e\u003cimg src=\"https://img.shields.io/crates/l/lazycell.svg\" alt=\"license-badge\"\u003e\u003c/img\u003e\u003c/a\u003e\n            \u003ca href=\"https://coveralls.io/github/indiv0/lazycell?branch=master\" title=\"Coverage Status\"\u003e\u003cimg src=\"https://coveralls.io/repos/github/indiv0/lazycell/badge.svg?branch=master\" alt=\"coveralls-badge\"\u003e\u003c/img\u003e\u003c/a\u003e\n        \u003c/td\u003e\n    \u003c/tr\u003e\n\u003c/table\u003e\n\nRust library providing a lazily filled Cell.\n\n# Table of Contents\n\n* [Usage](#usage)\n* [Contributing](#contributing)\n* [Credits](#credits)\n* [License](#license)\n\n## Usage\n\nAdd the following to your `Cargo.toml`:\n\n```toml\n[dependencies]\nlazycell = \"1.3\"\n```\n\nAnd in your `lib.rs` or `main.rs`:\n\n```rust\nextern crate lazycell;\n```\n\nSee the [API docs][api-docs] for information on using the crate in your library.\n\n## Contributing\n\nContributions are always welcome!\nIf you have an idea for something to add (code, documentation, tests, examples,\netc.) feel free to give it a shot.\n\nPlease read [CONTRIBUTING.md][contributing] before you start contributing.\n\n## Credits\n\nThe LazyCell library is based originally on work by The Rust Project Developers\nfor the project [crates.io][crates-io-repo].\n\nThe list of contributors to this project can be found at\n[CONTRIBUTORS.md][contributors].\n\n## License\n\nLazyCell is distributed under the terms of both the MIT license and the Apache\nLicense (Version 2.0).\n\nSee [LICENSE-APACHE][license-apache], and [LICENSE-MIT][license-mit] for details.\n\n[api-docs]: https://indiv0.github.io/lazycell/lazycell\n[contributing]: https://github.com/indiv0/lazycell/blob/master/CONTRIBUTING.md \"Contribution Guide\"\n[contributors]: https://github.com/indiv0/lazycell/blob/master/CONTRIBUTORS.md \"List of Contributors\"\n[crates-io-repo]: https://github.com/rust-lang/crates.io \"rust-lang/crates.io: Source code for crates.io\"\n[license-apache]: https://github.com/indiv0/lazycell/blob/master/LICENSE-APACHE \"Apache-2.0 License\"\n[license-mit]: https://github.com/indiv0/lazycell/blob/master/LICENSE-MIT \"MIT License\"\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Findiv0%2Flazycell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Findiv0%2Flazycell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Findiv0%2Flazycell/lists"}