docs.rs failed to build rust-spout2-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.
rust-spout2
Rust bindings for Spout2 on Windows.
Notes
- This crate provides direct bindings to SpoutLibrary and builds Spout2 from source during build.
- Windows-only behavior is expected.
- Source resolution order:
SPOUT2_DIRenvironment variable (must point to existing Spout2 sources)- Local
./Spout2directory - Optional auto-fetch when
RUST_SPOUT2_ALLOW_FETCH=1(clones tag2.007h)
Build setup
# Recommended: use pre-fetched sources
$env:SPOUT2_DIR = "C:/path/to/Spout2"
# Optional: allow build.rs to fetch sources when missing
$env:RUST_SPOUT2_ALLOW_FETCH = "1"
Example
use Spout;