{"id":18044607,"url":"https://github.com/conways-glider/identicon-rs","last_synced_at":"2025-04-09T20:08:59.913Z","repository":{"id":43291014,"uuid":"170629744","full_name":"conways-glider/identicon-rs","owner":"conways-glider","description":"A simple identicon implementation in rust","archived":false,"fork":false,"pushed_at":"2025-03-19T03:48:18.000Z","size":196,"stargazers_count":18,"open_issues_count":0,"forks_count":5,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-09T20:08:53.612Z","etag":null,"topics":["identicon","image","rust","rust-lang","rust-library"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/identicon-rs","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/conways-glider.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-02-14T04:58:26.000Z","updated_at":"2025-03-19T03:48:21.000Z","dependencies_parsed_at":"2024-01-30T01:42:36.385Z","dependency_job_id":"a5ae7f16-ff26-4fa0-996f-49a242f844b5","html_url":"https://github.com/conways-glider/identicon-rs","commit_stats":{"total_commits":96,"total_committers":4,"mean_commits":24.0,"dds":"0.29166666666666663","last_synced_commit":"2667dc4df00ad01b9b524aa57f078d2a95f4af01"},"previous_names":[],"tags_count":35,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conways-glider%2Fidenticon-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conways-glider%2Fidenticon-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conways-glider%2Fidenticon-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conways-glider%2Fidenticon-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conways-glider","download_url":"https://codeload.github.com/conways-glider/identicon-rs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248103872,"owners_count":21048245,"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":["identicon","image","rust","rust-lang","rust-library"],"created_at":"2024-10-30T18:09:34.781Z","updated_at":"2025-04-09T20:08:59.888Z","avatar_url":"https://github.com/conways-glider.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Identicon-rs\n\n[![Rust](https://github.com/conways-glider/identicon-rs/actions/workflows/rust.yml/badge.svg)](https://github.com/conways-glider/identicon-rs/actions/workflows/rust.yml)\n[![dependency status](https://deps.rs/crate/identicon-rs/6.0.2/status.svg)](https://deps.rs/crate/identicon-rs/6.0.2)\n[![Crates.io](https://img.shields.io/crates/v/identicon-rs)](https://crates.io/crates/identicon-rs)\n[![Documentation](https://docs.rs/identicon-rs/badge.svg)](https://docs.rs/identicon-rs)\n\nThis is an Identicon implementation in rust.\n\n## Documentation\n\n- [docs.rs](https://docs.rs/identicon-rs)\n- [GitHub Pages](https://conways-glider.github.io/identicon-rs/)\n\n## Example\n\n```rust\nuse identicon_rs::error::IdenticonError;\nuse identicon_rs::Identicon;\n\nfn main() -\u003e Result\u003c(), IdenticonError\u003e {\n    let conways_glider = String::from(\"conways-glider\");\n    let test_string = \"identicon_rs\";\n\n    // stored example\n    let identicon_conways_glider = Identicon::new(\u0026conways_glider);\n    identicon_conways_glider.save_image(\"output_1.png\")?;\n\n    // chained example with no border\n    Identicon::new(test_string)\n        .set_border(0)\n        .save_image(\"output_2.png\")?;\n    Ok(())\n}\n```\n\nYou can run this example with `cargo run --example main`.\n\nThe repository contains an example webservice that you can run with `cargo run --example webserver`.\n\nYou will obtain images analogous to the following ones:\n\n\u003cp align=\"middle\"\u003e\n  \u003cimg src=\"examples/example1.png\" width=\"100\" /\u003e\n  \u003cimg src=\"examples/example2.png\" width=\"100\" /\u003e\n  \u003cimg src=\"examples/example3.png\" width=\"100\" /\u003e\n\u003c/p\u003e\n\n## License\n\nLicensed under either of\n\n* Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or \u003chttp://www.apache.org/licenses/LICENSE-2.0\u003e)\n\n* MIT license ([LICENSE-MIT](LICENSE-MIT) or \u003chttp://opensource.org/licenses/MIT\u003e)\n\nat your option.\n\n## Contribution\n\nUnless you explicitly state otherwise, any contribution intentionally submitted\nfor inclusion in the work by you, as defined in the Apache-2.0 license, shall be\ndual licensed as above, without any additional terms or conditions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconways-glider%2Fidenticon-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fconways-glider%2Fidenticon-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconways-glider%2Fidenticon-rs/lists"}