Skip to main content



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)


Real-time web framework

Changes for 9.33 - 2023-06-14

  • Improved log messages to refer to the FAQ when they have an entry.
  • Fixed a bug where the prefork server could sometimes send redundant QUIT signals, which could result in unintended core dumps because of a race condition. (brsakai-csco)


base class for Number:😛hone::* modules

Changes for 3.9002 - 2023-06-14

  • Data updates only