Files
alire-index-community/index/bi/bit_sets/bit_sets-1.0.0.toml
T
Michael Hardeman 8598b12239 bit_sets 1.0.0 (#1202)
* bit_sets 1.0.0 (via `alr publish --submit`)

* Fix typos

---------

Co-authored-by: Michael Hardeman <mhardeman25@gmail.com>
Co-authored-by: Alejandro R Mosteo <amosteo@unizar.es>
2024-10-24 16:12:45 +02:00

17 lines
544 B
TOML

name = "bit_sets"
description = "A packed boolean array that saves space and is performant"
version = "1.0.0"
authors = ["Michael Hardeman"]
maintainers = ["Michael Hardeman <mhardeman25@gmail.com>"]
maintainers-logins = ["michael-hardeman"]
licenses = "GPL-2.0-or-later"
website = "https://github.com/michael-hardeman/bit_sets"
tags = ["bit", "set", "boolean", "array", "packed", "performance"]
[origin]
commit = "4a2dbc5386bc60fbba575a47d176f7269f0ff285"
subdir = "./bit_sets/"
url = "git+https://github.com/michael-hardeman/bit_sets.git"