{"id":26142913,"url":"https://github.com/brayniac/heatmap","last_synced_at":"2026-03-04T01:05:20.991Z","repository":{"id":62440071,"uuid":"43047519","full_name":"brayniac/heatmap","owner":"brayniac","description":"heatmap storage for rust","archived":false,"fork":false,"pushed_at":"2017-11-18T06:14:50.000Z","size":52,"stargazers_count":9,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-08T11:07:02.325Z","etag":null,"topics":["crates","data-structures","heatmap","histogram","rust"],"latest_commit_sha":null,"homepage":"","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/brayniac.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-09-24T05:51:50.000Z","updated_at":"2021-06-09T20:20:07.000Z","dependencies_parsed_at":"2022-11-01T21:53:17.810Z","dependency_job_id":null,"html_url":"https://github.com/brayniac/heatmap","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/brayniac/heatmap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brayniac%2Fheatmap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brayniac%2Fheatmap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brayniac%2Fheatmap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brayniac%2Fheatmap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brayniac","download_url":"https://codeload.github.com/brayniac/heatmap/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brayniac%2Fheatmap/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264257676,"owners_count":23580469,"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":["crates","data-structures","heatmap","histogram","rust"],"created_at":"2025-03-11T03:58:39.001Z","updated_at":"2026-03-04T01:05:20.945Z","avatar_url":"https://github.com/brayniac.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# heatmap - a collection of histograms\n\nheatmap is a stats library for rust which provides time-sliced histogram\nstorage capable of recording the distribution of values over time. It\nmaintains precision guarentees throughout the range of stored values.\n\n[![conduct-badge][]][conduct] [![travis-badge][]][travis] [![downloads-badge][] ![release-badge][]][crate] [![license-badge][]](#license)\n\n[conduct-badge]: https://img.shields.io/badge/%E2%9D%A4-code%20of%20conduct-blue.svg\n[travis-badge]: https://img.shields.io/travis/brayniac/heatmap/master.svg\n[downloads-badge]: https://img.shields.io/crates/d/heatmap.svg\n[release-badge]: https://img.shields.io/crates/v/heatmap.svg\n[license-badge]: https://img.shields.io/crates/l/heatmap.svg\n[conduct]: https://brayniac.github.io/conduct\n[travis]: https://travis-ci.org/brayniac/heatmap\n[crate]: https://crates.io/crates/heatmap\n[Cargo]: https://github.com/rust-lang/cargo\n\n## Code of Conduct\n\n**NOTE**: All conversations and contributions to this project shall adhere to the [Code of Conduct][conduct]\n\n## Usage\n\nTo use `heatmap`, first add this to your `Cargo.toml`:\n\n```toml\n[dependencies]\nheatmap = \"*\"\n```\n\nThen, add this to your crate root:\n\n```rust\nextern crate heatmap;\n```\n\nThe API documentation of this library can be found at\n[docs.rs/heatmap](https://docs.rs/heatmap/).\n\n## Features\n\n* a basic two-dimensional histogram\n* pre-allocated data structures\n\n## License\n\nLicensed under either of\n\n * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)\n * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)\n\nat your option.\n\n### Contribution\n\nUnless you explicitly state otherwise, any contribution intentionally\nsubmitted for inclusion in the work by you, as defined in the Apache-2.0\nlicense, shall be dual licensed as above, without any additional terms or\nconditions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrayniac%2Fheatmap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrayniac%2Fheatmap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrayniac%2Fheatmap/lists"}