docs.rs failed to build sdkman-cli-native-0.4.7
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
sdkman-cli-native-0.5.2
SDKMAN! Native CLI components
Native CLI subcommand components for SDKMAN! written in Rust. Use the binaries generated
by this project in the sdk wrapper shell function from the sdkman-cli project.
Getting this on your machine
Nothing needs to be done if you are using one of the following supported architectures:
- aarch64-unknown-linux-gnu
- x86_64-unknown-linux-gnu
- aarch64-apple-darwin
- x86_64-apple-darwin
- x86_64-pc-windows-msvc
The default installer will automatically detect your architecture and install the latest release version on your machine.
Local development setup:
- Install the Rust toolchain with
rustup. - Build the project with Cargo using
cargo build - Install the native binaries into the
libexecfolder of your local SDKMAN installation with./install.sh - Try it out!