This website requires JavaScript.
Explore
Help
Sign In
ISAR
/
rusqlite
Watch
3
Star
0
Fork
0
You've already forked rusqlite
mirror of
https://github.com/isar/rusqlite.git
synced
2024-11-23 00:39:20 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cef1d3285e
rusqlite
/
build.rs
6 lines
90 B
Rust
Raw
Normal View
History
Unescape
Escape
Use new hyphen-less extern crate name
2015-03-27 03:48:29 +08:00
extern
crate
pkg_config
;
Build raw sqlite interface as libsqlite3-sys Use pkg-config to find it.
2015-02-24 04:22:34 +08:00
fn
main
(
)
{
pkg_config
::
find_library
(
"
sqlite3
"
)
.
unwrap
(
)
;
}
Reference in New Issue
Copy Permalink