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
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,6 @@
1
1
# ocaml-rs - OCaml FFI for Rust
2
2
3
-
NOTE: `ocmal-rs` is based on [raml v0.1](https://crates.io/crates/raml) with the goal of creating an even higher-level interface.
4
-
5
-
Direct OCaml bindings without ever leaving Rust - no C stubs!
6
-
7
-
Please see the example in `examples` for the Rust code in `rust` for the Rust code that OCaml code will call and the `ocaml` directory for the OCaml code that calls the Rust code.
3
+
NOTE: `ocaml-rs` is based on [raml v0.1](https://crates.io/crates/raml) with the goal of creating a higher-level interface.
0 commit comments