inkwell 0.0.0

Inkwell aims to help you pen your own programming languages by safely wrapping llvm-sys. Currently squatting until 0.1.0 release.
docs.rs failed to build inkwell-0.0.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.

Inkwell

It's a Neat Killer Wrapper Exposing LLVM (Safely)

Inkwell aims to help you pen your own programming languages by safely wrapping llvm-sys. It provides a more strongly typed interface than LLVM itself so that certain types of errors can be caught at compile time instead of at LLVM's runtime. The ultimate goal is to make LLVM a bit safer and easier to use.