8598b12239
* 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>
17 lines
544 B
TOML
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"
|
|
|