Skip to content

Expose spec in cyclonedx-bom #802

Description

@RossComputerGuy

I'm needing to serialize & deserialize things because the cached crate uses serde. I am using cached so I can increase performance of some heavy SBOM generation by leveraging caching. There's 2 options which I can see be done. One is make everything in cyclonedx-bom/src/specs become public outside of the crate. The other is to make everything have the serde::Serialize and serde::Deserialize traits. Either option would work but I'd prefer the latter so I don't have to convert between things. If there's another option, I'm all ears but I'm wondering what's the best solution here.

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

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions