EdgeGnW / RustPraxisProjekt2024

A rust graph library utilizing wavelettrees/matrices
0 stars 0 forks source link

Into_GraphModel #15

Closed DerFred3 closed 3 months ago

DerFred3 commented 4 months ago

Implements some switching between the two models (from WaveModel to GraphModel in this case) and does so by switching from owned to owned but without copying.

DerFred3 commented 3 months ago

Paired with #11. Being worked on on _into_wavemodelimpl.