Crate diplomat_runtime

source ·

Modules§

Structs§

Functions§

  • Allocates a buffer of a given size in Rust’s memory.
  • Frees a buffer that was allocated in Rust’s memory.

Type Aliases§

  • Like u8, but interpreted explicitly as a raw byte as opposed to a numerical value. This matters for languages like JavaScript or Dart, where there’s only a single numeric type, but special types for byte buffers.
  • Like char, but unvalidated.
  • Like str, but unvalidated.
  • Like Wstr, but unvalidated.