An open API service indexing awesome lists of open source software.

https://github.com/yohhoy/malloc-client-cpp

C++ Client for malloc REST Server
https://github.com/yohhoy/malloc-client-cpp

cpp jokes-api mdspan

Last synced: 11 months ago
JSON representation

C++ Client for malloc REST Server

Awesome Lists containing this project

README

          

# malloc-client-cpp

C++ client for [malloc REST Server](https://github.com/yohhoy/malloc-server)

```sh
# run `malloc-server`

$ mkdir build
$ cd build
$ cmake ..
$ cmake --build .

$ ./malloc-client
$ ./mdspan-demo
```

## Dependencies

- [libcpr/cpr](https://github.com/libcpr/cpr) - [libcurl](https://curl.se/libcurl/) C++ wrapper
- [nlohmann/json](https://github.com/nlohmann/json) - JSON utility
- [kokkos/mdspan](https://github.com/kokkos/mdspan) - `std::mdspan`

# License

MIT License