{"id":22863784,"url":"https://github.com/the-flx/flx-rs","last_synced_at":"2026-03-08T23:31:19.583Z","repository":{"id":39856654,"uuid":"421772212","full_name":"the-flx/flx-rs","owner":"the-flx","description":"Rewrite emacs-flx in Rust for dynamic modules [maintainer=@jcs090218]","archived":false,"fork":false,"pushed_at":"2025-08-12T14:02:31.000Z","size":66,"stargazers_count":13,"open_issues_count":3,"forks_count":8,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-09-27T06:25:11.146Z","etag":null,"topics":["emacs","flx","fuzzy"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/flx-rs","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/the-flx.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null},"funding":{"github":["the-flx","jcs090218"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2021-10-27T10:24:15.000Z","updated_at":"2025-08-12T14:02:34.000Z","dependencies_parsed_at":"2024-01-01T11:26:10.197Z","dependency_job_id":"9f7e6541-d5ee-4f06-a492-aa2512ebc18b","html_url":"https://github.com/the-flx/flx-rs","commit_stats":{"total_commits":36,"total_committers":1,"mean_commits":36.0,"dds":0.0,"last_synced_commit":"38c891f112df18b39d62578398fa167522bfeb9d"},"previous_names":["the-flx/flx-rs"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/the-flx/flx-rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the-flx%2Fflx-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the-flx%2Fflx-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the-flx%2Fflx-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the-flx%2Fflx-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/the-flx","download_url":"https://codeload.github.com/the-flx/flx-rs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the-flx%2Fflx-rs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30276907,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-08T20:45:49.896Z","status":"ssl_error","status_checked_at":"2026-03-08T20:45:49.525Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["emacs","flx","fuzzy"],"created_at":"2024-12-13T11:17:31.233Z","updated_at":"2026-03-08T23:31:19.576Z","avatar_url":"https://github.com/the-flx.png","language":"Rust","funding_links":["https://github.com/sponsors/the-flx","https://github.com/sponsors/jcs090218"],"categories":[],"sub_categories":[],"readme":"[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)\n[![Rust Version](https://img.shields.io/badge/Rust-1.91.1+-black.svg?logo=rust)](https://rust-lang.org/)\n[![Release](https://img.shields.io/github/tag/the-flx/flx-rs.svg?label=release\u0026logo=github)](https://github.com/the-flx/flx-rs/releases/latest)\n[![crates.io](https://img.shields.io/crates/v/flx-rs.svg?logo=rust)](https://crates.io/crates/flx-rs)\n[![crates.io.d](https://img.shields.io/crates/d/flx-rs)](https://crates.io/crates/flx-rs)\n\n# flx-rs\n\u003e Rewrite emacs-flx in Rust for dynamic modules\n\n[![CI](https://github.com/the-flx/flx-rs/actions/workflows/ci.yml/badge.svg)](https://github.com/the-flx/flx-rs/actions/workflows/ci.yml)\n\n## 🔨 Usage\n\nAdd this to your `Cargo.toml`:\n\n```toml\n[dependencies]\nflx-rs = \"0.2.1\"\n```\n\nThis package only exposed one function `flx_rs::score` that takes only two arguments\n`(str: \u0026str, query: \u0026str)`.\n\n```rust\nuse flx_rs;\n\nfn main() {\n    let result : Option\u003cflx_rs::Result\u003e = flx_rs::score(\"switch-to-buffer\", \"stb\");\n\n    println!(\"Score: {}\", result.unwrap().score);   // Score: 237\n}\n```\n\nSee the official documentation at https://docs.rs/flx-rs/latest/flx_rs/.\n\n## 📂 Example\n\n- [flx-rs](https://github.com/jcs-elpa/flx-rs) - Emacs package uses this as a dynamic module\n\n## ⚜️ License\n\n`flx-rs` is distributed under the terms of the MIT license.\n\nSee [`LICENSE`](./LICENSE) for details.\n\n\n\u003c!-- Links --\u003e\n\n[flx]: https://github.com/lewang/flx\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthe-flx%2Fflx-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthe-flx%2Fflx-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthe-flx%2Fflx-rs/lists"}