cda-group / arc

Programming Language for Continuous Deep Analytics
https://cda-group.github.io/arc/
44 stars 6 forks source link

Decide on initial Rust data type requirements #274

Closed segeljakt closed 1 year ago

segeljakt commented 3 years ago

We should decide what Rust-trait requirements are needed for data types that are either defined by or imported into Arc-Script. Traits which are required for all types should be derivable, otherwise it becomes tough to support structural types.

Traits