{"id":27448029,"url":"https://github.com/abvdasker/crystal-linked-list","last_synced_at":"2025-04-15T07:01:20.304Z","repository":{"id":78460556,"uuid":"66333255","full_name":"break2bits/crystal-linked-list","owner":"break2bits","description":"Simple linked list implementation in Crystal","archived":false,"fork":false,"pushed_at":"2020-03-24T07:31:28.000Z","size":37,"stargazers_count":13,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-04T22:01:35.186Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Crystal","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/break2bits.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}},"created_at":"2016-08-23T04:32:52.000Z","updated_at":"2024-05-25T04:15:52.000Z","dependencies_parsed_at":"2023-08-30T04:31:07.883Z","dependency_job_id":null,"html_url":"https://github.com/break2bits/crystal-linked-list","commit_stats":null,"previous_names":["break2bits/crystal-linked-list","abvdasker/crystal-linked-list"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/break2bits%2Fcrystal-linked-list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/break2bits%2Fcrystal-linked-list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/break2bits%2Fcrystal-linked-list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/break2bits%2Fcrystal-linked-list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/break2bits","download_url":"https://codeload.github.com/break2bits/crystal-linked-list/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249023713,"owners_count":21199958,"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":"2025-04-15T07:01:12.499Z","updated_at":"2025-04-15T07:01:20.294Z","avatar_url":"https://github.com/break2bits.png","language":"Crystal","funding_links":[],"categories":["Algorithms and Data structures"],"sub_categories":[],"readme":"# Crystal Linked List [![CircleCI](https://circleci.com/gh/abvdasker/crystal-linked-list.svg?style=svg)](https://circleci.com/gh/abvdasker/crystal-linked-list)\n\nA simple linked list implementation in Crystal\n\n## Installation\n\nAdd this to a project's `shards.yml`\n\n```yml\ndependencies:\n  linked_list:\n    git: https://github.com/abvdasker/crystal-linked-list.git\n```\n\nThen run `shards`\n\n## Usage\n\n```crystal\nrequire \"linked_list\"\n\nlist = LinkedList(Int32 | String).new\nlist.append(1)\nlist.push(2)\nlist \u003c\u003c \"foo\"\n\nlist.peek        # \"foo\"\nlist.pop         # \"foo\"\nlist.pop         # 2\nlist.unshift(1)\nlist.shift       # 1\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabvdasker%2Fcrystal-linked-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabvdasker%2Fcrystal-linked-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabvdasker%2Fcrystal-linked-list/lists"}