Commit Graph

14 Commits

Author SHA1 Message Date
Steven Fackler
dd22d04128 Remove old build system
Cargo is able to do everything we need and the last bit (doc tests)
should be merging soon.
2014-08-02 18:43:36 -07:00
Petar Radosevic
7e1561335f Add Cargo.toml 2014-06-25 21:21:01 +02:00
Steven Fackler
793e5e9bbf Bump rust-phf and fix makefile
config.stamp isn't a thing anymore
2014-03-27 19:46:25 -07:00
Steven Fackler
c717aabe22 Restructure makefile and add install target 2014-01-20 22:23:57 -08:00
Steven Fackler
96221c8a47 Switch over to Makefile based builds
Rustpkg is not really usable
2014-01-18 13:47:50 -08:00
Steven Fackler
a29dbaf2e6 Stop using rustpkg test
It's really janky.
2014-01-13 21:04:19 -08:00
Steven Fackler
b53ca7a47c Switch back to rustpkg test infrastructure
I'm not sure what the right thing to is is wrt use statements.
2013-11-02 15:06:19 -07:00
Steven Fackler
35c3be0ac8 Add a couple of tests 2013-10-24 22:01:40 -07:00
Steven Fackler
7729cdae58 Documentation for the postgres module 2013-09-29 19:12:20 -07:00
Steven Fackler
324809f368 Rustpkg support!
Closes #12
2013-09-28 20:36:04 -07:00
Steven Fackler
557c61d6db Binary transmission of numeric types
It looks like Postgres doesn't guarantee that its floats are IEEE754,
but I don't know if there are any reasonable platforms on which the
format is actually different.

Work towards #7.
2013-08-31 17:17:06 -07:00
Steven Fackler
a5aab529c9 Updated for latest master 2013-08-17 18:09:26 -04:00
Steven Fackler
17199139c9 Null support and Makefile 2013-08-04 20:48:48 -04:00
Steven Fackler
d6073039df Minor cleanup 2013-08-04 02:52:14 -04:00