You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
281: [RFC] Rename `send` to `write`. r=therealprof a=Dirbaio
`send` and `write` are essentially synonymous. All the traits use `write`, except `nb::spi::FullDuplex`, which uses `send`.
This PR renames it to `write`. Instances of `send` in the docs are also replaced, for consistency.
Co-authored-by: Dario Nieuwenhuis <[email protected]>
0 commit comments