symbolic-sets

Crates.iosymbolic-sets
lib.rssymbolic-sets
version0.1.0
sourcesrc
created_at2024-05-15 17:57:59.597789
updated_at2024-05-15 17:57:59.597789
descriptionSets that are stored symbolically
homepagehttps://walland.dev/spruce/
repositoryhttps://git.sr.ht/~dcreager/spruce
max_upload_size
id1241325
size44,345
Douglas Creager (dcreager)

documentation

README

Symbolic sets

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/

Commit count: 0

cargo fmt