Skip to content

make runtime library loading safer #661

@steveklabnik

Description

@steveklabnik

Issue by cmr
Thursday Jun 19, 2014 at 17:17 GMT

For earlier discussion, see rust-lang/rust#15040

This issue was labelled with: A-an-interesting-project, A-libs, E-hard, I-enhancement in the Rust repository


We currently have an interface for runtime library loading, using the dynamic linker, but it has the problem that it interacts poorly with name mangling and is entirely unsafe. Figure out how to make it type-safe, and preferably memory-safe too.

Metadata

Metadata

Assignees

No one assigned

    Labels

    T-langRelevant to the language team, which will review and decide on the RFC.T-libs-apiRelevant to the library API team, which will review and decide on the RFC.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions