Crates.io | symbolic-sets |
lib.rs | symbolic-sets |
version | 0.1.0 |
source | src |
created_at | 2024-05-15 17:57:59.597789 |
updated_at | 2024-05-15 17:57:59.597789 |
description | Sets that are stored symbolically |
homepage | https://walland.dev/spruce/ |
repository | https://git.sr.ht/~dcreager/spruce |
max_upload_size | |
id | 1241325 |
size | 44,345 |
This crate provides implementations of sets that are stored symbolically.
This means that you are not storing each element of the set directly; instead, a set consists of all elements that satisfy certain properties, which are expressed as code. You provide some atomic properties, along with rules for simplifying combinations of properties; we handle the rest.
For full documentation, please visit https://docs.rs/symbolic-sets/