persian-rug_derive

Crates.iopersian-rug_derive
lib.rspersian-rug_derive
version0.1.3
sourcesrc
created_at2022-05-15 15:39:43.056889
updated_at2024-06-06 14:26:01.798859
descriptionFramework for bringing together disparate objects with inconvenient relationships.
homepage
repositoryhttps://github.com/eds-collabora/persian-rug-rs
max_upload_size
id587207
size17,247
(eds-collabora)

documentation

README

persian-rug - it really ties the room together

This is a framework for building and mutating collections of objects that refer to one another. It supports having multiple different types participating in the graph. It does not require that links form a directed acyclic graph, or tree, or anything convenient.

To do this, all objects are stored in a centralised holder (a Context), which passes out Proxy objects to serve as pointers. All access requires the context to be present, and this has some limitations with Rust's current mutable reference rules (it's not possible to borrow the same context mutably more than once, even when accessing different pieces of data within it).

Deletion of objects is not supported at present. Contexts many only grow to encompass more objects, old objects may not be retired. This restriction might be lifted a future version of this crate.

License

This crate is made available under either an Apache-2.0 or an MIT license.

Commit count: 18

cargo fmt