update readme

master
Avril 4 years ago
parent e6ccdc0653
commit 6f3bb7cbe7
Signed by: flanchan
GPG Key ID: 284488987C31F630

@ -94,7 +94,7 @@
#+END_SRC
**** Error handling
I have provided an idiomatic Rust error handling module, with conversion and interop between the C ABI ~GHOST_TSuccess~ and the Rust ~error::GhostError~.
There is provided an idiomatic Rust error handling module, with conversion and interop between the C ABI ~GHOST_TSuccess~ and the Rust ~error::GhostError~.
There is also the type alias ~GhostResult~ provided.
On =nightly= Rust versions, values of type ~GHOST_TSuccess~ can be propagated directly with ~?~, but on stable they must be propagated through ~GhostResult~:

Loading…
Cancel
Save