Documentation
¶
Overview ¶
Package rust contains shared behaviors for the rustbuddy commands
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RsStruct ¶
RsStruct is a data structure specific to rust source code. The awkward name is to avoid using a keyword
type Source ¶
type Source struct { Funcs []Fn RsStructs []RsStruct Enums []Enum Traits []Trait Tests []Test TestBlock int UB []Unsafe }
Source is a data structure representing the basic lexical structure of a rust source code file.
Click to show internal directories.
Click to hide internal directories.