Skip to content

Add no_std support #1

@MaulingMonkey

Description

@MaulingMonkey

This will require breaking changes.

Breaking Changes

  • Custom error types (std::io::Error not available)
  • Custom path types (std::path::Path not available for Library::load)
    • I could use abistr? Eliminates some edge cases?
    • Might need load_from_{path,str,cstr8,cstr16}?
    • load could trait-dispatch to one of the above?
  • Allocation elimination (currently allocates to append \0 to paths)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions