You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,8 @@ Repository contains three directories:
13
13
14
14
- at first create its C API in `c-layer/include` directory and write its implementation to cxx file.
15
15
- 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 safewrapper 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`
18
18
- optionally verify API and its functionality in `zypp-agama-example`
19
19
- 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.
0 commit comments