Crate pilota

source ·
Expand description

Pilota

Crates.io Documentation License Build Status

Pilota is a thrift and protobuf implementation in pure rust with high performance and extensibility.

§License

Pilota is dual-licensed under the MIT license and the Apache License (Version 2.0).

See LICENSE-MIT and LICENSE-APACHE for details.

§Credits

We have used some third party components, and we thank them for their work.

For the full list, you may refer to the CREDITS.md file.

§Community

Re-exports§

Modules§

Macros§

Structs§

  • A HashMap using RandomState to hash the items. (Requires the std feature to be enabled.)
  • A HashSet using RandomState to hash the items. (Requires the std feature to be enabled.)
  • A cheaply cloneable and sliceable chunk of contiguous memory.
  • A unique reference to a contiguous slice of memory.
  • FastStr is a string type that try to avoid the cost of clone.

Enums§

Traits§

  • Reads bytes from a source.
  • Read bytes from a buffer.
  • A trait for values that provide sequential write access to bytes.

Derive Macros§