Skip to content

[Rust] Provide alternative (opt-in) Result<T, Error> API for creating buffers #8599

@v3xro

Description

@v3xro

Current implementation uses assert!() which generates a panic on any error message. This was quite unexpected to see for a safe rust lib as usage of Result<T, Error> is much more widespread.

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