PGP library with usage guide for Rust?

This page summarizes the projects mentioned and recommended in the original post on /r/learnrust

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • crates.io

    The Rust package registry

  • I did a quick dig through crates.io and the next best thing seems to be the sequoia-openpgp (which you'll notice rPGP mentions in their readme). Unlike rpgp, this one has an examples folder, though no explicit usage guide (a, b, c) like rpgp, even if you find it not extensive enough. It also seems to be stabilised on version 1.x vs rpgp which is on a 0.x. This is usually a good sign that it's not in as much active dev and won't substantially change, which is probably why rpgp doesn't have a lot of examples. It is also worth noting that sequoia uses a GPL v2 licence so I'll give you the usual warning with this license and do make sure this won't cause any legal headaches in your use case, if it's even remotely for commercial uses.

  • serde

    Serialization framework for Rust

  • Here's an OK example that at least allows one to start using the library serde_json and here's a good example of documentation serde

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • sequoia

  • I did a quick dig through crates.io and the next best thing seems to be the sequoia-openpgp (which you'll notice rPGP mentions in their readme). Unlike rpgp, this one has an examples folder, though no explicit usage guide (a, b, c) like rpgp, even if you find it not extensive enough. It also seems to be stabilised on version 1.x vs rpgp which is on a 0.x. This is usually a good sign that it's not in as much active dev and won't substantially change, which is probably why rpgp doesn't have a lot of examples. It is also worth noting that sequoia uses a GPL v2 licence so I'll give you the usual warning with this license and do make sure this won't cause any legal headaches in your use case, if it's even remotely for commercial uses.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Serde is no longer shipping precompiled blobs

    1 project | news.ycombinator.com | 29 Aug 2023
  • Serde phases out pre-compiled blobs

    1 project | news.ycombinator.com | 28 Aug 2023
  • Precompiled binaries removed from serde v1.0.184

    1 project | /r/hypeurls | 24 Aug 2023
  • Precompiled binaries removed from serde v1.0.184

    4 projects | news.ycombinator.com | 20 Aug 2023
  • PSA: serde_derive is shipping a pre-compiled and currently un-reproduceably binary for x86_64-unknown-linux-gnu

    1 project | /r/rust | 20 Aug 2023