0.4.0
What's Changed
This update contains breaking changes
Workspace
Published crates
honeycomb-core
core definitions and tools for combinatorial map implementation
- implement a generic attribute system to bind custom data structures to topological entities of a
CMap2
- implement
AttrStorageManager
struct andAttributeStorage
trait by @imrn99
in #89 - replace standalone impl blocks of attribute collections by @imrn99
in #92 - add
UnknownAttributeStorage
trait for attribute-agnostic methods by @imrn99
in #96 - replace
Any
byUnknownAttributeStorage
to handle collections in attribute manager by @imrn99
in #97 - add storage manager to builder by @imrn99
in #102 - add generic storage manager to
CMap2
by @imrn99
in #103
- implement
- change internal Vtk building routine to return a
Result
by @imrn99
in #91 - expand
BuilderError
with more specialized variants by @imrn99
in #91
Full Changelog: 0.3.1...0.4.0