Skip to content

Commit

Permalink
Описаны недостатки Ctypes
Browse files Browse the repository at this point in the history
  • Loading branch information
dx3mod committed Sep 22, 2024
1 parent 355fbaf commit 0a91a54
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/libraries/ffi/ctypes.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ outline: [2,3]
> - [Tdl.ml](../graphics/tdl.md) пример использования

## Недостатки

Хоть решение и умеет генерировать stubs, она не поддерживает аттрибутов компилятора,
вроде `noalloc` и `unboxed`. Из-за чего вызовы внешних функций оказываются дороже, чем
могли быть.


## Дурацкие ошибки

### `Ctypes_static.IncompleteType`
Expand Down

0 comments on commit 0a91a54

Please sign in to comment.