{"id":26686788,"url":"https://github.com/lleny/iced-memory-editor","last_synced_at":"2026-05-19T03:45:28.640Z","repository":{"id":283089725,"uuid":"950621744","full_name":"LLeny/Iced-memory-editor","owner":"LLeny","description":"Memory editor widget for the Iced/Libcosmic GUI libraries ","archived":false,"fork":false,"pushed_at":"2025-04-03T00:34:42.000Z","size":9125,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-03T01:25:37.967Z","etag":null,"topics":["cosmic","iced","iced-rs","libcosmic","memory-editor","rust","widget"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LLeny.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":"2025-03-18T12:50:43.000Z","updated_at":"2025-04-03T00:34:46.000Z","dependencies_parsed_at":"2025-03-25T15:23:56.416Z","dependency_job_id":null,"html_url":"https://github.com/LLeny/Iced-memory-editor","commit_stats":null,"previous_names":["lleny/iced_memory_editor"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLeny%2FIced-memory-editor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLeny%2FIced-memory-editor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLeny%2FIced-memory-editor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLeny%2FIced-memory-editor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LLeny","download_url":"https://codeload.github.com/LLeny/Iced-memory-editor/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248610407,"owners_count":21132920,"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":["cosmic","iced","iced-rs","libcosmic","memory-editor","rust","widget"],"created_at":"2025-03-26T12:14:30.593Z","updated_at":"2026-05-19T03:45:28.609Z","avatar_url":"https://github.com/LLeny.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Iced Memory Editor\n\nA memory editor widget for the [Iced](https://github.com/iced-rs/iced) / [libcosmic](https://github.com/pop-os/libcosmic) GUI frameworks in Rust.\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"resources/editor.gif\" alt=\"Editor Preview\"\u003e\n\u003c/p\u003e\n\n## Running the Example\n\nClone the repository and run the example:\n\n```bash\ngit clone https://github.com/LLeny/iced_memory_editor.git\ncd iced_memory_editor\ncargo run --release --example memory_editor_iced --features iced\ncargo run --release --example memory_editor_cosmic --features libcosmic\n```\n\n## Usage in Your Project\n\nAdd to your `Cargo.toml`:\n\n#### Iced\n\n```toml\n[dependencies]\niced_memory_editor = { git = \"https://github.com/LLeny/iced_memory_editor.git\", features = [\"iced\"] }\n```\n\n#### Libcosmic\n\n```toml\n[dependencies]\niced_memory_editor = { git = \"https://github.com/LLeny/iced_memory_editor.git\", features = [\"libcosmic\"] }\n```\n\n## Styling\n```rust\nlet memory_editor =\n    memory_editor(\u0026self.content).with_style(iced_memory_editor::style::Style {\n        background: Color::from_rgb(0.0, 0.0, 0.0),\n        primary_color: Color::from_rgb(0.0, 100.0, 0.0),\n        text_color: Color::from_rgb(200.0, 200.0, 200.0),\n        inactive_text_color: Color::from_rgb(100.0, 100.0, 100.0),\n        selection_color: Color::from_rgb(150.0, 0.0, 0.0),\n        selected_text_color: Color::from_rgb(200.0, 200.0, 0.0),\n        border: Border::default(),\n        shadow: Shadow::default(),\n    });\n```\n\n## License\n\nThis project is licensed under the GPLv3 License - see the LICENSE file for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flleny%2Ficed-memory-editor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flleny%2Ficed-memory-editor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flleny%2Ficed-memory-editor/lists"}