ordofp 0.1.0

OrdoFP: Functional programming in Rust with HList, Disiunctio, GAT traits, Optics, and Monad Transformers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Security Policy

## Supported Versions

Only the latest published 0.x release receives fixes.

## Reporting a Vulnerability

Please report vulnerabilities privately via
[GitHub security advisories](https://github.com/ordokr/ordofp/security/advisories/new)
rather than public issues. You should receive a response within a week.

Notes for triage:

- `unsafe` code is concentrated in the arena, pfds, and async internals;
  `cargo run -p xtask -- deep` runs Miri and a fuzz smoke over those surfaces.
- Documented invariants for the unsafe surfaces live in
  [docs/UNSAFE_NOTES.md]docs/UNSAFE_NOTES.md.