Skip to content

Commit

Permalink
Update comparison table in crate doc
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenByteDev committed Jul 7, 2022
1 parent 312f349 commit 67d185e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ fn main(){
| Basic functionality | Yes | Yes | Yes |
| Multiplatform | Yes | Yes | Yes |
|Dangling symbol prevention | Yes | Yes | Yes |
| Thread safety | Yes | **Potential problem with SetErrorMode() on older Windows platforms** | **No support for SetErrorMode (library may block the application on Windows)**|
| Thread safety | Yes | **Potential problem with thread-safety of `dlerror()` on some platforms like FreeBSD** | **No support for SetErrorMode (library may block the application on Windows)**|
| Loading of symbols into structures | Yes | **No** | **No**
| Overhead | Minimal | Minimal | **Some overhead** |
| Low-level, unsafe API | Yes | Yes | Yes |
Expand Down

0 comments on commit 67d185e

Please sign in to comment.