duroxide 0.1.30

Durable code execution framework for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## Summary

Describe the change and motivation.

## Checklist

- [ ] Tests added/updated
- [ ] Regular tests pass locally (`cargo nt`)
- [ ] Doc tests pass locally (`cargo test --doc --all-features`)
- [ ] Docs updated
  - [ ] Existing docs updated where behavior changed
  - [ ] New doc added under `docs/` if introducing a new area
  - [ ] Linked from `docs/README.md`

## Links / Design notes

Add design notes, code pointers, or diagrams if helpful.