Implement DBMs/CDDs and or Federations in Rust #111
Labels
large endeavour
An endeavour that requires a relatively more effort to implement
new feature
A feature that should eventually be added
Allows us to lose the dependency to UDBM which makes the project run entirely in rust!
This has many benefits:
We can determine the methods that must be ported to rust from
wrapper.cpp
, and we have all source code available so we should be able to port without much trouble. I suspect that no code outside ofsrc/DBMLib
will need to be changed to handle a fully rust-based implementation.Ulrik (edit): An (partial) implementation of DBM in Rust is available at: https://github.com/ScumbagDog/rdbm
The text was updated successfully, but these errors were encountered: