Skip to content

Replace asserts with Result<T, E> #27

Description

@freakyzoidberg

The library should be mindful that the input may not be valid for various reasons.

We generally avoid relying in assert/panics/abort in the library.

The Rust implementation should most likely favor Result<T, E> return instead of assert!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions