Skip to content

Cleanup the Rust API #612

@ryzhyk

Description

@ryzhyk

Even though Rust API is supposed to be the native one for DDlog, it is currently difficult to use, as it requires navigating multiple static and generated source files, managing two layers of wrappers around each value (x -> Value::XXX(x) -> DDValue), plus it lacks documentation.

TODOs:

  • Generate convenience wrappers similar to ones we generate for the FlatBufs-based Java API (with insert/delete methods that take x: T instead of DDValue<Value<T>>).
  • Documentation
  • Examples

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions