| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | embassy-sync: Update `Pipe::try_write` docs | Michael Elia | 2025-12-14 | 1 | -1/+1 |
| | | |||||
| * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 1 | -1/+1 |
| | | |||||
| * | chore: add more `Debug` impls to `embassy-sync`, particularly on `OnceLock` | Curly | 2025-08-19 | 1 | -0/+8 |
| | | | | | All tests green | ||||
| * | some minor documentation fixes | Robin Mueller | 2025-07-09 | 1 | -4/+4 |
| | | |||||
| * | feat: add dynamic dispatch variants of pipe | Ulf Lilleengen | 2025-01-15 | 1 | -0/+273 |
| | | |||||
| * | embassy-sync: fixed some clippy warnings | Oliver Rockstedt | 2024-05-21 | 1 | -1/+1 |
| | | |||||
| * | Remove nightly and unstable-traits features in preparation for 1.75. | Dario Nieuwenhuis | 2023-11-29 | 1 | -55/+49 |
| | | |||||
| * | sync/pipe: impl BufRead. | Dario Nieuwenhuis | 2023-08-30 | 1 | -98/+208 |
| | | |||||
| * | embassy-sync: manual Copy impls for channel and pipe | Sam Lakerveld | 2023-08-08 | 1 | -2/+4 |
| | | |||||
| * | Update to embedded-io 0.5 (#1752) | Dario Nieuwenhuis | 2023-08-07 | 1 | -10/+10 |
| | | |||||
| * | sync/pipe: fix doc typos. | Dario Nieuwenhuis | 2023-06-27 | 1 | -2/+2 |
| | | |||||
| * | sync/pipe: write all user data to pipe | ZhangYong | 2023-06-04 | 1 | -0/+10 |
| | | | | | sync/pipe: add write_all function | ||||
| * | sync/pipe: update to clarify docs that it is byte-oriented. | Dario Nieuwenhuis | 2023-03-26 | 1 | -28/+43 |
| | | | | | | There was some language copypasted from Channel talking about "messages" or "values", that is not really accurate with Pipe. | ||||
| * | Add `#[must_use]` to all futures | Grant Miller | 2023-02-24 | 1 | -0/+2 |
| | | |||||
| * | sync: Fix nightly feature compilation after upgrade to embedded-io 0.4.0 | Gabriel Smith | 2022-11-27 | 1 | -56/+18 |
| | | |||||
| * | Update Rust nightly. | Dario Nieuwenhuis | 2022-10-26 | 1 | -9/+9 |
| | | |||||
| * | split `embassy-util` into `embassy-futures`, `embassy-sync`. | Dario Nieuwenhuis | 2022-08-22 | 1 | -0/+551 |
