racket-sys 0.1.0

Low level Racket language bindings for Rust
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.

racket-sys

crates.io

Low level Racket language bindings for Rust

About Racket: https://racket-lang.org/.

Prerequisites:

  • Visual Studio is installed
  • Run cargo in Developer 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

Examples:

TODO:

  • Windows support
  • MacOS support
  • Linux support