samcrow / canadensis

A Rust implementation of Cyphal
Apache License 2.0
44 stars 5 forks source link

Allow a namespace to be split across multiple folders #20

Closed samcrow closed 1 year ago

samcrow commented 1 year ago

With this change to the specification, a namespace can contain DSDL files from a union of multiple folders, in addition to a single folder.

Check that canadensis_codegen_rust allows this, and add some tests.