summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2015-05-10Update README.mdTupshin Harper
2015-01-01Structs containing bitfields are now the correct size and bitfield accessors ↵Edward Barnard
can be written by hand if required.
2014-11-03Generate calling-convention-aware bindingklutzy
With this patch, rust-bindgen generates extern functions with calling conventions specified in header. This patch also removes `-abi` flag.
2014-09-22Update readmeEdward Barnard