{"id":20537910,"url":"https://github.com/dmjio/selection_sort","last_synced_at":"2025-03-06T03:45:48.551Z","repository":{"id":57666563,"uuid":"231001139","full_name":"dmjio/selection_sort","owner":"dmjio","description":"Selection sort implemented in Rust","archived":false,"fork":false,"pushed_at":"2020-01-07T15:53:47.000Z","size":16,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-29T23:25:48.374Z","etag":null,"topics":["rust","selection-sort"],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/dmjio.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}},"created_at":"2019-12-31T00:57:31.000Z","updated_at":"2020-01-07T15:53:49.000Z","dependencies_parsed_at":"2022-09-26T20:31:46.449Z","dependency_job_id":null,"html_url":"https://github.com/dmjio/selection_sort","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/dmjio%2Fselection_sort","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmjio%2Fselection_sort/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmjio%2Fselection_sort/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmjio%2Fselection_sort/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dmjio","download_url":"https://codeload.github.com/dmjio/selection_sort/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242144495,"owners_count":20078966,"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","selection-sort"],"created_at":"2024-11-16T00:43:23.560Z","updated_at":"2025-03-06T03:45:48.528Z","avatar_url":"https://github.com/dmjio.png","language":"Rust","readme":"selection_sort [![Build Status](https://travis-ci.org/dmjio/selection_sort.svg?branch=master)](https://travis-ci.org/dmjio/selection_sort) [![crates.io](https://img.shields.io/crates/v/selection_sort.svg)](https://crates.io/crates/selection_sort)\n=============================\n\n[Selection Sort](https://en.wikipedia.org/wiki/Selection_sort) implemented in [Rust](https://www.rust-lang.org/)\n\n```rust\nuse selection_sort::selection_sort;\n\nfn main () {\n  let mut vec = vec![1, 3, 2];\n  selection_sort(\u0026mut vec);\n  println!(\"{:?}\", vec);\n  assert!(vec == [1, 2, 3]);\n}\n// [1,2,3]\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmjio%2Fselection_sort","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdmjio%2Fselection_sort","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmjio%2Fselection_sort/lists"}