Expand description
§parse-dat-url
url parser to support versioned dat URLs
Useful links:
- dat.foundation - Main webpage
- How dat works - Detailed Guide
- datprocol - Main implementation
- datrs - Rust implementation
Structs§
- DatUrl
- Main structure exported. It holds a reference to the string itself, but it is capable of becoming owned, in order to send it across threads.
Enums§
- Error
- Possible errors returned by the parsing operation