docs.rs failed to build racket-sys-0.1.0
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.
racket-sys
Low level Racket language bindings for Rust
About Racket: https://racket-lang.org/.
Prerequisites:
Visual Studio
is installed- Run
cargo
inDeveloper PowerShell for VS
Clang
toolchain is required to generate the bindings
Environment Variables:
RACKET_CS_HOME
: Racket installation directory. If not set, default to:- Windows:
C:\Program Files\Racket
- MacOS: TODO
- Linux: TODO
- Windows:
Examples:
-
helloworld examples/helloworld.rs:
cargo run --example helloworld
screenshot on Windows:
TODO:
- Windows support
- MacOS support
- Linux support