Structs§
- Bugs
Item - Directories
- Engines
- Labeled
Span - A labeled
SourceSpan
. - License
- Name
- Named
Source - Utility struct for when you have a regular
SourceCode
type that doesn’t implementname
. For exampleString
. Or if you want to override thename
returned by theSourceCode
. - Package
Json Parser - Package
Manager - Person
Object - Publish
Config - Repository
- Source
Span - Span within a
SourceCode
- Type
- Version
Enums§
Traits§
- Deserialize
- A data structure that can be deserialized from any data format supported by Serde.
- Serialize
- A data structure that can be serialized into any data format supported by Serde.
- Validate
Type Aliases§
- FxHash
Map - Type alias for a hash map that uses the Fx hashing algorithm.
- Result
- type alias for
Result<T, Report>