Skip to content

Commit 1b56a56

Browse files
jreidingermvidner
andauthored
Apply suggestions from code review
Co-authored-by: Martin Vidner <[email protected]>
1 parent c47aa34 commit 1b56a56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Repository contains three directories:
1313

1414
- at first create its C API in `c-layer/include` directory and write its implementation to cxx file.
1515
- optionally you can try and verify functionality of that API in `c-example` directory
16-
- generate new FFI bindings in `rust/zypp-agama-sys`
17-
- write rust safe wrapper around API in `zypp-agama`
16+
- generate new FFI bindings (in low level, unsafe Rust), in `rust/zypp-agama-sys`
17+
- write a (regular, safe) Rust wrapper, in `zypp-agama`
1818
- optionally verify API and its functionality in `zypp-agama-example`
1919
- optionally run valgrind on example CLI to ensure there are no memory leaks. If code has tests and not have CLI usage, then valgrind can be run also on rust testing binary.
2020

0 commit comments

Comments
 (0)