Skip to content

Commit 24e70e6

Browse files
committed
Add link to documentation in README
1 parent 9fad065 commit 24e70e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
Rust low-level FFI bindings to [`SFCGAL`](https://sfcgal.gitlab.io/SFCGAL/) 1.5.x C API.
77
Don't use this crate directly, prefer it's higher-level wrapper : [sfcgal-rs](https://github.com/mthh/sfcgal-rs).
88

9+
[Documentation](https://mthh.github.io/sfcgal-rs/sfcgal_sys/)
10+
911
## Internals
1012

1113
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).

0 commit comments

Comments
 (0)