We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 501a5bf + 69dbb53 commit 7775fd3Copy full SHA for 7775fd3
src/lib.rs
@@ -15,6 +15,10 @@
15
//! This crate will automatically detect situations such as cross compilation or
16
//! other environment variables set by Cargo and will build code appropriately.
17
//!
18
+//! The crate is not limited to C code, it can accept any source code that can
19
+//! be passed to a C or C++ compiler. As such, assembly files with extensions
20
+//! `.s` (gcc/clang) and `.asm` (MSVC) can also be compiled.
21
+//!
22
//! [`Config`]: struct.Config.html
23
24
//! # Examples
0 commit comments