judger
judger copied to clipboard
Code doc for published library
Could you give more detail/samples for doc writing?
Could you give more detail/samples for doc writing?
Search for cargo doc written will help,for I can't make an example so fast.
Or a more simple approach is
using /// comment on above of your function and structs, and write with markdown syntax 🤨 just example what's happening inside or what design we have considered.