Docs.rs
cppbuild-0.1.1
Platform
aarch64-apple-darwin
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
cppbuild 0.1.1
library for cppbuild a project aimed at creating a cargo like tool for cpp that integrates other package managers through the use of pkg-config
Crate
Source
Builds
Feature flags
Documentation
Hide files
..
tests.cpp
1
2
3
4
5
6
//
/test function
int
test_func
(
)
{
//
/will this be seen
cout
<<
"
it works
"
<<
endl
;
}