{"id":15032037,"url":"https://github.com/jbayardo/rust-skiplist","last_synced_at":"2025-04-10T00:21:46.984Z","repository":{"id":79005780,"uuid":"97451007","full_name":"jbayardo/rust-skiplist","owner":"jbayardo","description":"Implementation of Skip List for Rust","archived":false,"fork":false,"pushed_at":"2019-03-26T07:43:00.000Z","size":63,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-24T02:05:32.197Z","etag":null,"topics":["data-structures","rust","rust-crate","rust-lang","rust-language","rust-library","skiplist"],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":false,"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/jbayardo.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":"2017-07-17T08:06:24.000Z","updated_at":"2024-09-16T18:28:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"ec103c50-8f4d-4d80-bdba-16542ab4bc49","html_url":"https://github.com/jbayardo/rust-skiplist","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/jbayardo%2Frust-skiplist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbayardo%2Frust-skiplist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbayardo%2Frust-skiplist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbayardo%2Frust-skiplist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jbayardo","download_url":"https://codeload.github.com/jbayardo/rust-skiplist/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248132124,"owners_count":21052978,"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":["data-structures","rust","rust-crate","rust-lang","rust-language","rust-library","skiplist"],"created_at":"2024-09-24T20:17:10.332Z","updated_at":"2025-04-10T00:21:46.956Z","avatar_url":"https://github.com/jbayardo.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"Skip List implementation for Rust. Currently **under very active development**; please do NOT use (this is not in crates.io for a reason!).\n\n# Code Status [![Build Status](https://travis-ci.org/jbayardo/rust-skiplist.svg?branch=master)](https://travis-ci.org/jbayardo/rust-skiplist) [![Windows Build Status](https://ci.appveyor.com/api/projects/status/5wd0sbesdncwp80d?svg=true)](https://ci.appveyor.com/project/jbayardo/rust-skiplist) \n\n[![Test coverage](https://codecov.io/gh/jbayardo/rust-skiplist/branch/master/graph/badge.svg)](https://codecov.io/gh/jbayardo/rust-skiplist)\n\n[![Percentage of issues still open](http://isitmaintained.com/badge/open/jbayardo/rust-skiplist.svg)](http://isitmaintained.com/project/jbayardo/rust-skiplist \"Percentage of issues still open\") [![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/jbayardo/rust-skiplist.svg)](http://isitmaintained.com/project/jbayardo/rust-skiplist \"Average time to resolve an issue\") \n\nMissing work:\n* Mutable range iterators (easy)\n* Tests for all iterators (easy)\n* More testing would do great. Node is an easy example. The linked list needs more tests too\n* Testing for memory leaks would be good too.\n* You can try compiling on stable and testing what needs to be done to make it compatible\n* It would be good to add some statistical testing to the HeighControl to ensure output is distributed as expected\n* This can be turned into a lock-free dictionary, just need proper atomics support and some work (hard)\n\n# Releases\n\nLibrary releases follow [semantic versioning](http://semver.org/). Versioned releases can be found in Github's [release manager](https://github.com/jbayardo/rust-skiplist/releases).\n\nNotice that this project **requires** Rust nightly to work. This is due to unavailable primitives in stable and beta channels; work is underway to make it compatible with beta and stable channels, but may take a while. \n\n# Reporting issues\n\nPlease report all issues on the Github [issue tracker](https://github.com/jbayardo/rust-skiplist/issues). [Due dilligence](https://contribution-guide-org.readthedocs.io/#due-diligence) is expected, and please include [all relevant information](https://contribution-guide-org.readthedocs.io/#what-to-put-in-your-bug-report).\n\n# Contributing\n\nAll code contributed must pass through [Clippy](https://github.com/rust-lang-nursery/rust-clippy) and [Format](https://github.com/rust-lang-nursery/rustfmt), and no code will be merged unless it is thoroughly tested. Please look at the [Rust Book](https://doc.rust-lang.org/book/second-edition/ch11-03-test-organization.html) if you are not sure how to do this.\n\nChanges for performance improvement must include benchmark results to back the claim. New dependencies are to be avoided; this library is expected to be as dependency-free as possible. \n\n# License\n\nSee [LICENSE.md](https://github.com/jbayardo/rust-skiplist/blob/master/LICENSE).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjbayardo%2Frust-skiplist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjbayardo%2Frust-skiplist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjbayardo%2Frust-skiplist/lists"}