mc-rand 1.1.0

A platform abstraction layer providing a cryptographic RNG, `McRng`
Documentation
---
rust:
  - '**.rs'
  - '**/Cargo.lock'
  - '**/Cargo.toml'

github_actions:
  - '.github/workflows/**'
  - '.github/labeler.yaml'
  - '.github/triage-labeler.yaml'
  - '.github/auto_assign.yaml'

python:
  - '**.py'
  - '**/poetry.lock'
  - '**/pyproject.toml'
  - '**/requirements.txt'

javascript:
  - '**.js'