Skip to content

der: integrate Document type with yoke? #734

@tarcieri

Description

@tarcieri

The yoke crate implements support for attaching zero-copy deserialized data types (i.e. ones with lifetimes that borrow from the original encoded data) to the data they're decoded from:

https://docs.rs/yoke/

The der::Document type provides backing storage for an ASN.1 DER-encoded document. It might be interesting to (optionally) integrate Yoke or a newtype thereof as a way to parse and cache a zero-copy data type which borrows from a Document.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions