Docs.rs
osui-0.0.5
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
osui 0.0.5
A rsx TUI library
Crate
Source
Builds
Feature flags
Hide files
github
src
.cargo_vcs_info.json
.gitignore
build.rs
build.sh
Cargo.lock
Cargo.toml
Cargo.toml.orig
LICENSE
README.md
1
2
3
4
fn
main
(
)
{
cc
::
Build
::
new
(
)
.
file
(
"
src/app.c
"
)
.
compile
(
"
app
"
)
;
}