Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CachedRustFile = utils.Cached1In1OutErr(rust_grammar.Parse)
View Source
var Extensions = []string{
"rs",
}
View Source
var MakeModTree = utils.Cached2In1OutErr(_MakeModTree)
Functions ¶
func MakeRustLanguage ¶
Types ¶
type Language ¶
func (*Language) ParseExports ¶
func (l *Language) ParseExports(file *rust_grammar.File) (*language.ExportsEntries, error)
func (*Language) ParseImports ¶
func (l *Language) ParseImports(file *rust_grammar.File) (*language.ImportsResult, error)
Click to show internal directories.
Click to hide internal directories.