docs.rs failed to build yaslapi-sys-0.1.1
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:
yaslapi-sys-0.2.5
yaslapi-sys
yaslapi-sys is a Rust library that provides bindings to the Yet Another Scripting Language (YASL) API.
Installation
First, you must have YASL installed on your system to use this crate.
To install yaslapi-sys, add the following to your Cargo.toml file:
[]
= "0.1.0"
Then run cargo build to build your project.
Usage
Here’s an example of how to use yaslapi-sys in your Rust code:
extern crate yaslapi_sys;
use YASL_State;
use CString;
License
yaslapi-sys is licensed under the MIT License.