Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 306 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 306 Bytes

Apache Ignite Rust Client

Ignite Thin Client implementation in Rust.

Supported operations

  • Cache get
  • Cache put
  • Cache clear

Supported data types

  • byte
  • short
  • int
  • long
  • float
  • double
  • char
  • boolean
  • String