Add more conversion/construction paths between Jid and part types
This commit is contained in:
parent
7fce1146e0
commit
9608b59f60
3 changed files with 67 additions and 4 deletions
|
|
@ -15,6 +15,11 @@ Version xxx, release xxx:
|
|||
- `str`-like reference types have been added for `DomainPart`, `NodePart`
|
||||
and `ResourcePart`, called `DomainRef`, `NodeRef` and `ResourceRef`
|
||||
respectively.
|
||||
- Convenience methods to combine `DomainPart` and `NodePart` to a
|
||||
`BareJid` have been added, including
|
||||
`impl From<DomainPart> for BareJid` and
|
||||
`impl From<DomainPart> for Jid`, both of which are (unlike
|
||||
`::from_parts`) copy-free.
|
||||
|
||||
Version 0.10.0, release 2023-08-17:
|
||||
* Breaking
|
||||
|
|
|
|||
Loading…
Reference in a new issue