rst-common 1.3.0

A shortcut to common Rust crates
Documentation

rst-common

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 10 feature flags, 2 of them enabled by default.

default

  • standard

standard

    This feature flag does not enable additional features.

with-cryptography

  • dep:rand
  • dep:rand_chacha
  • dep:hex
  • dep:chacha20poly1305
  • dep:blake3
  • dep:argon2
  • dep:ring
  • dep:ed25519-dalek
  • dep:x25519-dalek
  • dep:sha2

full

  • standard
  • with-tokio
  • with-tracing
  • with-logging
  • with-errors
  • with-tests
  • with-http-tokio
  • with-cryptography

with-http-tokio

  • dep:tokio
  • dep:axum
  • dep:tower
  • dep:hyper
  • dep:hyper-util
  • dep:tower-http

with-errors

  • dep:thiserror
  • dep:anyhow

with-logging

  • dep:log
  • dep:env_logger

with-tracing

  • dep:tracing
  • dep:tracing-subscriber

with-tests

  • dep:table-test

with-tokio

  • dep:tokio