- docs.rs detection when built as dependency

This commit is contained in:
w.pomp
2026-08-07 17:32:27 +02:00
parent ebc5b84a2c
commit 3860af8815
3 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# libCZIrw-sys
Crate linking to [libCZIAPI](https://github.com/ZEISS/libczi). This crate attempts to provide safe wrappers to objects
and functions in libCZIAPI. Direct often unsafe access using pointer is available through the `sys` module.
and functions in libCZIAPI. Direct often unsafe access using pointers is available through the `sys` module.
By default, libCZIAPI will be statically linked. The feature `dynamic` will switch it to dynamic linking.