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

https://github.com/open-spaced-repetition/rs-fsrs-c

C/C++ binding for rs-fsrs
https://github.com/open-spaced-repetition/rs-fsrs-c

fsrs hacktoberfest

Last synced: 3 months ago
JSON representation

C/C++ binding for rs-fsrs

Awesome Lists containing this project

README

        

# C/C++ binding for rs-fsrs

a PoC

## Example

see [example](./examples/basic.c)

## Development

or

see [build.sh](./build.sh)

## Name conversion

struct name: `fsrs_` + struct name in rust

enum name: `fsrs_` + enum name in rust

struct method name: `fsrs_` + struct name + `_` + method name in rust