Skip to main content



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)


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)