Crust v0.3.1 Release Notes

    • ⬇️ Reduces number of threads by using channels.
    • 📇 Renames ConnectionManager to Service
    • All Service public API functions are now async
    • ✂ Removes NewConnection and NewBootstrapConnection events in favor of OnConnect and OnAccept
    • Code reduction by doing encoding and decoding at one place (helped fixing a decoder bug we had)
    • Consistent usage of the 5483 and 5484 ports