You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In general, the macro is used in combination with a `build.rs` build script to compress the IDL file, reducing the space required on program binary.
25
+
In general, the macro is used in combination with a `build.rs` build script to compress the IDL file, reducing the space required on the program binary.
26
26
27
-
To specify a build script, add an`build = "build.rs"` entry on your `Cargo.toml` file under the `[package]` section. Below is a `build.rs` example file that compresses an existing IDL file.
27
+
To specify a build script, add a`build = "build.rs"` entry to your `Cargo.toml` file under the `[package]` section. Below is a `build.rs` example file that compresses an existing IDL file.
0 commit comments