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
"message": "docs(rt): improve `Read` and `ReadBufCursor` documentation (#4000)\n\nAdd comprehensive documentation for implementing the Read trait:\n- Explain the difference from tokio's AsyncRead\n- Provide a complete example of implementing Read using put_slice\n- Document when to use unsafe methods\n\nImprove ReadBufCursor documentation:\n- Describe safe vs unsafe approaches\n- Add examples for both put_slice and as_mut/advance usage\n- Link to relevant methods\n\nFixes #3649",
0 commit comments