Reexport everything in physical from physical-node and physical-commander #5

Open
opened 2023-07-20 03:04:28 +00:00 by zack · 0 comments
Owner

Currently some things (e.g. specific transducers like thermocouples and lm35) are not reexported from node and commander. This is a bit annoying for library users as it means a separate dependency on physical (as opposed to physical-node or physical-commander) is needed even when the project is just a node or just a commander. However, it's also a bit tedious to implement this because these things are feature gated so we'd need to mimic the module structure for reexporting and copy over all the features.

Currently some things (e.g. specific transducers like thermocouples and lm35) are not reexported from node and commander. This is a bit annoying for library users as it means a separate dependency on physical (as opposed to physical-node or physical-commander) is needed even when the project is just a node or just a commander. However, it's also a bit tedious to implement this because these things are feature gated so we'd need to mimic the module structure for reexporting and copy over all the features.
zack added the
enhancement
proposed
implementation
needs assignee
labels 2023-07-20 03:04:28 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: BFPOWER/physical#5
No description provided.