twig_sys_linux_arm64_gnu/lib.rs
1//! Prebuilt `libtwig.a` for `aarch64-unknown-linux-gnu`.
2//!
3//! Support crate for [`twig-sys`](https://docs.rs/twig-sys); do not depend on
4//! it directly. The archive is delivered to `twig-sys`'s build script through
5//! this crate's `links` metadata (see `build.rs`); there is no Rust API here.