{"id":21817691,"url":"https://github.com/eupn/minisketch-rs","last_synced_at":"2025-07-01T03:40:28.590Z","repository":{"id":48545310,"uuid":"189454621","full_name":"eupn/minisketch-rs","owner":"eupn","description":"Rust bindings to @sipa's minisketch library","archived":false,"fork":false,"pushed_at":"2021-07-20T21:15:56.000Z","size":49,"stargazers_count":22,"open_issues_count":2,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-11T14:07:23.215Z","etag":null,"topics":["bindgen","crypto","math","rust-bindings","rust-ffi"],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eupn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-05-30T17:24:02.000Z","updated_at":"2025-02-07T13:16:29.000Z","dependencies_parsed_at":"2022-08-27T20:02:30.180Z","dependency_job_id":null,"html_url":"https://github.com/eupn/minisketch-rs","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/eupn/minisketch-rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eupn%2Fminisketch-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eupn%2Fminisketch-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eupn%2Fminisketch-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eupn%2Fminisketch-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eupn","download_url":"https://codeload.github.com/eupn/minisketch-rs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eupn%2Fminisketch-rs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260625474,"owners_count":23038188,"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":["bindgen","crypto","math","rust-bindings","rust-ffi"],"created_at":"2024-11-27T15:47:53.397Z","updated_at":"2025-07-01T03:40:28.537Z","avatar_url":"https://github.com/eupn.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# minisketch-rs\n\n[![Crates.io](https://img.shields.io/crates/v/minisketch-rs.svg)](https://crates.io/crates/minisketch-rs)\n[![Crates.io](https://img.shields.io/crates/d/minisketch-rs.svg)](https://crates.io/crates/minisketch-rs)\n[![Docs.rs](https://docs.rs/minisketch-rs/badge.svg)](https://docs.rs/minisketch-rs/)\n[![Build Status](https://travis-ci.com/eupn/minisketch-rs.svg?branch=master)](https://travis-ci.com/eupn/minisketch-rs)\n\n`minisketch-rs` is a wrapper around [minisketch](https://github.com/sipa/minisketch),\na C library by [Pieter Wuille](https://github.com/sipa) for efficient set reconciliation.\n\n\u003e minisketch is proposed as a part of an [Erlay](https://arxiv.org/abs/1905.10518) technique for bandwidth-efficient TX propagation in Bitcoin.\n\nThis library exposes type-safe Rust bindings to all `minisketch` functions by providing `Minisketch` structure.\n\n## Usage\n\nAdd dependency in Cargo.toml:\n```toml\n[dependencies]\nminisketch-rs = \"0.1\"\n```\n\nGenerate sketches from your sets of data, serialize those sketches and send them around. Reconcile sets between peers by merging sketches.\n\n## Examples\n\nSee the [examples](examples).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feupn%2Fminisketch-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feupn%2Fminisketch-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feupn%2Fminisketch-rs/lists"}