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
- Host: GitHub
- URL: https://github.com/open-spaced-repetition/rs-fsrs-c
- Owner: open-spaced-repetition
- Created: 2024-09-19T19:01:01.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-02-03T18:44:34.000Z (5 months ago)
- Last Synced: 2025-04-02T12:53:31.515Z (3 months ago)
- Topics: fsrs, hacktoberfest
- Language: Rust
- Homepage:
- Size: 36.1 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-fsrs - rs-fsrs-c
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