Skip to content

Does not build in a no_std/no-alloc environment. #6

@lylythechosenone

Description

@lylythechosenone

Compiling this crate without std or alloc results in 83 errors.

The easiest fix here is to add #![no_std]. Alloc will be a harder fix, but there must be some way to parse it from memory without using alloc.

Error log: output.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions