use-go-mod
go.mod metadata primitives for RustUse.
Experimental
use-go-mod is experimental while use-go remains below 0.3.0.
Example
use ;
use GoModulePath;
let module = new;
let file = new.with_directive;
assert_eq!;
# Ok::
Scope
go.moddirective metadata.- Module, Go, toolchain, require, replace, exclude, and retract directive models.
- Metadata-only structures built from focused Go version and module primitives.
Non-goals
- Complete
go.modparsing. - Module resolution.
- Shelling out to
go mod. - Contacting module registries or proxies.
License
Licensed under either Apache-2.0 or MIT.