Expand description
ยงURIs
ยงGrammar
Type | Cases/Def | Trait | Reference | |
---|---|---|---|---|
URI | ::= | BaseURIโArchiveURIโPathURIโContentURIโNarrativeURI | URITrait | URIRef |
BaseURI | ::= | (URL with no query/fragment) | - | & BaseURI |
ArchiveURI | ::= | BaseURI?a= ArchiveId | ArchiveURITrait | ArchiveURIRef |
PathURI | ::= | ArchiveURI[&p= Name] | PathURITrait | PathURIRef |
ContentURI | ::= | ModuleURIโSymbolURI | ContentURITrait | ContentURIRef |
NarrativeURI | ::= | DocumentURIโDocumentElementURI | NarrativeURITrait | NarrativeURIRef |
ModuleURI | ::= | PathURI&m= Name&l= Language | - | & ModuleURI |
SymbolURI | ::= | ModuleURI&s= Name | - | & SymbolURI |
DocumentURI | ::= | PathURI&d= Name&l= Language | - | & DocumentURI |
DocumentElementURI | ::= | DocumentURI&e= Name | - | & DocumentElementURI |
Modulesยง
- archives ๐
- base ๐
- content ๐
- errors ๐
- infix ๐
- macros ๐
- name ๐
- narrative ๐
- paths ๐
- sealed ๐
- serde_
impl ๐serde
- terms
Macrosยง
Structsยง
- Archive
Id - ArchiveURI
- ArchiveURI
Ref - BaseURI
- Document
ElementURI - DocumentURI
- InvalidURI
Character - ModuleURI
- Name
- Name
Step - PathURI
- PathURI
Ref - SymbolURI
Enumsยง
Traitsยง
- ArchiveURI
Trait - ContentURI
Trait - NarrativeURI
Trait - PathURI
Trait - URIOr
RefTrait serde
- URIRef
Trait - URITrait
serde
- URIWith
Language