cesty 0.1.0

A dead simple way of mocking extern functions, in cases where the external library is not avaible.
Documentation
1
2
3
4
5
6
7
8
# Examples

Here are two examples of using Cesty.

- gpio: This is a very basic example, to demonstrate mocking and build setup
- uart: This example is a bit more involved, to show how to use Cesty with proptest, in scenario that is closer to real life.

Both examples use lib.rs to create simple safe wrappers for the Api defined in the C source files.