Skip to content

Instantly share code, notes, and snippets.

@tupshin
Created December 26, 2014 23:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tupshin/c460feb13a00e8d4c957 to your computer and use it in GitHub Desktop.
Save tupshin/c460feb13a00e8d4c957 to your computer and use it in GitHub Desktop.
#[repr(C, packed)]
pub struct CqlStringMap<'a> {
count:u16,
map:[u8]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment