Structs§
- Bugs
Item - Contributors
- Cpu
- Dependencies
- Description
- DevDependencies
- Directories
- Engine
Strict - Engines
- Files
- Home
Page - Labeled
Span - A labeled
SourceSpan
. - License
- Maintainers
- Man
- Module
- 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
. - Optional
Dependencies - Os
- Package
Json Parser - Package
Manager - Peer
Dependencies - Person
Object - Private
- Publish
Config - Readme
Content - Repository
- Scripts
- Source
Span - Span within a
SourceCode
- Type
- Types
- Typings
- 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.
Type Aliases§
- FxHash
Map - Type alias for a hash map that uses the Fx hashing algorithm.
- Result
- type alias for
Result<T, Report>