{"id":18335819,"url":"https://github.com/epickrram/rustogram","last_synced_at":"2025-07-02T00:02:23.875Z","repository":{"id":57665774,"uuid":"49865108","full_name":"epickrram/rustogram","owner":"epickrram","description":"rust port of hdr-histogram","archived":false,"fork":false,"pushed_at":"2016-02-18T08:34:16.000Z","size":66,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-12T09:04:39.683Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/epickrram.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":"2016-01-18T09:11:00.000Z","updated_at":"2018-04-28T12:03:22.000Z","dependencies_parsed_at":"2022-09-14T13:01:06.043Z","dependency_job_id":null,"html_url":"https://github.com/epickrram/rustogram","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/epickrram/rustogram","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epickrram%2Frustogram","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epickrram%2Frustogram/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epickrram%2Frustogram/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epickrram%2Frustogram/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/epickrram","download_url":"https://codeload.github.com/epickrram/rustogram/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epickrram%2Frustogram/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263052426,"owners_count":23406103,"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":"2024-11-05T20:04:59.476Z","updated_at":"2025-07-02T00:02:23.764Z","avatar_url":"https://github.com/epickrram.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rustogram\n\n[![Build status](https://travis-ci.org/epickrram/rustogram.svg?branch=master)](https://travis-ci.org/epickrram/rustogram)\n\nA Rust port of [HdrHistogram](https://github.com/HdrHistogram/HdrHistogram).\n\n\n# features\n\n* Implements the signed 64-bit histogram implementation\n* Binary compatible storage/retrieval of histogram values\n* Serialisation compatible (v2 only, scaling not supported)\n\n\n# usage\n\n\textern crate rustogram;\n\t#[test]\n\tfn it_works() {\n    \tlet mut h = rustogram::histogram::new_histogram(10000, 3);\n    \th.record_value(42);\n    \tprintln!(\"Total recorded samples: {}\", h.get_total_count());\n\t}\n\t\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepickrram%2Frustogram","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fepickrram%2Frustogram","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepickrram%2Frustogram/lists"}