Skip to content

Commit

Permalink
Add link to documentation in README
Browse files Browse the repository at this point in the history
  • Loading branch information
mthh committed Apr 16, 2024
1 parent 9fad065 commit 24e70e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
Rust low-level FFI bindings to [`SFCGAL`](https://sfcgal.gitlab.io/SFCGAL/) 1.5.x C API.
Don't use this crate directly, prefer it's higher-level wrapper : [sfcgal-rs](https://github.com/mthh/sfcgal-rs).

[Documentation](https://mthh.github.io/sfcgal-rs/sfcgal_sys/)

## Internals

This crate contains a few lines of C code (compiled as a static library with `cc` crate) wrapping SFCGAL C API in order to replace the error and warning handlers (which use `printf` by default).
Expand Down

0 comments on commit 24e70e6

Please sign in to comment.