Skip to content

Commit

Permalink
Add docs
Browse files Browse the repository at this point in the history
Signed-off-by: Martynas Gurskas <[email protected]>
  • Loading branch information
Lipt0nas committed Dec 14, 2023
1 parent e0d0e00 commit 178fa9c
Show file tree
Hide file tree
Showing 6 changed files with 586 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
----

### v0.1.0+v0.23.0

- Initial release.

----
36 changes: 36 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# How to submit changes

Pull requests are welcome!

# How to report issues/bugs?

Create an issue on Github, we will try to get back to you ASAP.

# Checkout the code

```
git clone https://github.com/NordSecurity/uniffi-bindgen-cpp.git
```

# Run tests

To run tests, a `cmake` installation is required. Unlike `uniffi-rs`, there is no integration with
`cargo test`.

- Build `uniffi-bindgen-cpp` executable, `libuniffi_fixtures.so` shared library and produce the bindings.

```
cd cpp-tests
mkdir build
cd build
cmake ..
make
```
- Run tests
```
make test
```
# Thank you
Loading

0 comments on commit 178fa9c

Please sign in to comment.