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
- Host: GitHub
- URL: https://github.com/yohhoy/malloc-client-cpp
- Owner: yohhoy
- License: mit
- Created: 2025-03-27T12:41:53.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-28T04:37:10.000Z (about 1 year ago)
- Last Synced: 2025-07-02T21:04:20.118Z (11 months ago)
- Topics: cpp, jokes-api, mdspan
- Language: C++
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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