Skip to content

no_std + alloc Template Gen #62

Description

@pinkforest
  • Mostly the error type
  • alloc via feature that extern crate alloc
  • heapless via feature that brings heapless types
  • std is usually a default feature (when needed) or usually non-default that can be activated for std error type
  • error type is making it's way into core though and there is also core-error crate

e.g.

Also thiserror is simple to replace out

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

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions