Skip to content

Purpose of dggal-rust sub-directory? #4

Description

@jerstlouis

What is the purpose of this:

pub use ecrt::*;

?

This dggal-rust sub-directory probably adds confusion to the different crates inside the workspace.
The DGGAL module already imports the necessary things from ecrt.
Is this only to use Application instead of ecrt::Application?
Given the generic nature of application, it might be desirable to explicitly write ecrt::Application::new in the one place at initialization time so that it is clearer that this initializes the eC runtime's Application abstraction.

The other relevant things from ecrt might be ecrt::Pointd and perhaps a few other things if one uses the readDGGSJSON() function which returns a very eC-native object, but it might be best to let the user explicitly import specific things form ecrt as needed, instead of automatically importing everything that ecrt defines.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions