Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Gerald Schoiber
couchbase-rs
Commits
0d4f20f6
Commit
0d4f20f6
authored
8 years ago
by
Michael Nitschinger
Browse files
Options
Download
Email Patches
Plain Diff
readme polish
parent
4072d886
master
alpha-working
native
subdoc
working-alpha-clonable
0.3.0
0.2.0
0.1.1
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+6
-3
README.md
with
6 additions
and
3 deletions
+6
-3
README.md
View file @
0d4f20f6
# Couchbase Rust SDK
A brand new
`libcouchbase`
-based binding for
[
Rust
](
https://www.rust-lang.org
)
.
[

](https://crates.io/crates/couchbase)
[

](https://docs.rs/crate/couchbase)
# Building
A
[
Couchbase Server
](
http://couchbase.com/
)
[
Rust
]
(https://www.rust-lang.org) SDK based on
[
libcouchbase
](
https://github.com/couchbase/libcouchbase
)
.
# Usage
## Building
There are two options to build the SDK (or better, how to link the underlying)
`libcouchbase`
library. If you run with all the default settings and just issue
a
`cargo build`
, the build file will use
[
cmake
](
https://cmake.org/
)
to actually
...
...
@@ -18,7 +21,7 @@ one on your machine and make it discoverable via `pkg-config`. If you set the
discover both the library and its header files through
`pkg-config`
and there is
also no need to compile libcouchbase when doing so.
# Examples
#
# Examples
Note that to run all the examples you need to run at least Rust 1.15.0 since
it supports custom derive on stable which
`serde`
needs. Run with
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help