Skip to main content



2D grid line drawing via linear interpolation

Changes for 0.02 - 2023-06-15

  • Add 'bline' function with the traditional Bresenham.


Various Sah schemas related to Firefox

Changes for 0.006 - 2023-04-17

  • Remove schema's extras part.


Color example class using Rust + FFI

Changes for 0.05 - 2023-06-14T17:19:47Z

  • Use `*std::os::raw::c_char` instead of `*i8` for C strings. This is more portable and fixes the build on Linux Arm64 and probably other platforms (gh#5)


Sliding window rate limiting with Memcached

Changes for 0.09 - 2023-06-14T17:18:02Z

  • Use `*std::os::raw::c_char` instead of `*i8` for C strings. This fixes the build on Linux Arm64, and possibly other platforms (gh#18)


Documentation and tools for using Platypus with the Rust programming language

Changes for 0.16 - 2023-06-14T17:05:55Z

  • use `*std::os::raw::c_char` instead of `*i8` for strings, as this is more portable. In particular *u8 or *c_char is expected on Linux Arm64. (gh#42)