Skip to content

cut the runtime standard library into its own crate #58

@ElhamAryanpur

Description

@ElhamAryanpur

If the runtime's components and the standard library gets cut into its own crate and published outside, it allows for anyone else having similar projects to easily integrate them and use them in their own works.

The components or libraries used can be set behind feature flags for customization, and enabled all by default for the runtime itself.

Another design decision that needs to be considered is to not directly add the defined functions into the Lua, and rather return them and have functionality to let the user add the components themselves. Another possibility for the sake of simplicity can be keeping the ability to add them all in a single function, with a prefix of choice.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationenhancementNew feature or request

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions