Commit Graph

257 Commits

Author SHA1 Message Date
shaladdle
f3fcbbb8d2 Merge pull request #12 from tikue/second-test
Add a second rpc to test service.
2016-02-17 18:08:23 -08:00
Tim Kuehn
05acb97f04 Add a second rpc to test service.
To better exercise the serialization parts -- namely, the enum tags.
2016-02-16 22:17:06 -08:00
shaladdle
8957d2dac3 Merge pull request #11 from tikue/rustfmt
rustfmt the things
2016-02-15 13:36:16 -08:00
shaladdle
21e5734ef7 Merge pull request #10 from tikue/inlines
Add some missing #[inline]s.
2016-02-15 13:33:11 -08:00
Tim Kuehn
dddeca19a1 .travis.yml: don't set unstable feature when building on nightly 2016-02-15 12:29:13 -08:00
Tim Kuehn
a9b86280b5 Add coveralls deps 2016-02-15 12:17:21 -08:00
Tim Kuehn
7dae99d7b5 rustfmt the things 2016-02-15 02:34:20 -08:00
Tim Kuehn
9dd3d55744 Add some missing #[inline]s.
And add the optional fn len method to Packet's MapVisitor. Also add a link to documentation in the readme.
2016-02-15 02:20:27 -08:00
Tim Kuehn
104196a90e Bump version number v0.2.0 2016-02-14 21:04:52 -08:00
Tim Kuehn
ed3cdbf3b4 Add stable and beta to .travis.yml 2016-02-14 20:51:22 -08:00
shaladdle
1946eaf439 Merge pull request #9 from tikue/stabilize
Move benchmark into tarpc_examples, allowing tarpc to test on stable
2016-02-14 20:41:29 -08:00
Tim Kuehn
02add8aa92 Update readme 2016-02-14 20:38:40 -08:00
Tim Kuehn
1a0054a00f Move benchmark into tarpc_examples, allowing tarpc to test on stable 2016-02-14 20:33:42 -08:00
shaladdle
09e8cd9af8 Merge pull request #8 from tikue/stabilize
Manually implement serialization code...
2016-02-14 20:19:29 -08:00
Tim
4b3e715313 Merge pull request #7 from shaladdle/macro_try_clone
Add TryClone to Client/AsyncClient
2016-02-14 20:19:23 -08:00
Tim Kuehn
c8a2dd3ddc Remove unused reexport 2016-02-14 20:17:11 -08:00
Tim Kuehn
782a480bc8 Use an explicit type in lieu of integer suffix 2016-02-14 20:16:26 -08:00
Tim Kuehn
f80b18a5ad Move test from syntax_test => functional_test 2016-02-14 20:02:37 -08:00
Tim Kuehn
ddef3bf270 Remove a comma 2016-02-14 19:49:06 -08:00
Tim Kuehn
ee7c3e5df8 Remove as_* macros 2016-02-14 19:44:48 -08:00
Tim Kuehn
041cf6a733 Type params don't need to be obfuscated, I think 2016-02-14 19:28:54 -08:00
Adam Wright
04e513309a Fix docstring and fully qualify Ok 2016-02-14 19:21:22 -08:00
Tim Kuehn
c84d3e0778 Update version of serde 2016-02-14 19:19:45 -08:00
Tim Kuehn
2b78d427c1 Manually implement serialization code...
in lieue of derived Serialize and Deserialize. This allows tarpc to compile on stable.
2016-02-14 19:10:47 -08:00
Adam Wright
b8babb57dd Add TryClone to Client/AsyncClient 2016-02-14 18:11:04 -08:00
Tim Kuehn
7d028f6076 Add crates.io shield 2016-02-12 11:13:58 -08:00
Tim Kuehn
9b2f203abe No sudo for travis 2016-02-12 10:49:49 -08:00
Tim
382190b20a Merge pull request #5 from tikue/additional-features
List some additional syntactic features in the readme
2016-02-12 10:41:52 -08:00
Tim
89cb3b35ed Merge pull request #6 from tikue/license-badge
Add MIT license badge
2016-02-12 10:38:18 -08:00
Tim Kuehn
73b5cae1d1 Coverage badge 2016-02-12 10:31:36 -08:00
Tim Kuehn
6480b270fb Coveralls 2016-02-12 10:27:12 -08:00
Tim Kuehn
a966cd5a0c Add MIT license badge 2016-02-12 10:14:13 -08:00
Tim Kuehn
935fac9b96 List concurrent requests as a feature 2016-02-12 01:42:17 -08:00
Tim Kuehn
303cedac7b List some additional syntactic features 2016-02-12 01:26:57 -08:00
Tim Kuehn
a0841c03f1 Remove keyword because the max is 5 for crates.io 2016-02-12 01:20:28 -08:00
Tim Kuehn
a221ad9b0d Fix relative path to readme in Cargo.toml 2016-02-12 01:19:38 -08:00
shaladdle
6f3b7dc13b Merge pull request #4 from tikue/deps-versions
Update dependency versions to not use *
2016-02-12 01:14:06 -08:00
Tim Kuehn
e029c48876 Update dependency versions to not use * 2016-02-12 01:09:55 -08:00
Tim Kuehn
71e7ed5014 Don't use travis-cargo for now 2016-02-12 00:58:16 -08:00
Tim Kuehn
f19139a1b5 Fix syntax error 2016-02-12 00:56:12 -08:00
Tim Kuehn
e552ae05ba Merge branch 'travis' 2016-02-12 00:54:57 -08:00
Tim Kuehn
ce49e6b000 Move .travis.yml to root 2016-02-12 00:54:42 -08:00
Tim
8fab48dd5a Merge pull request #3 from tikue/travis
Add travis build info
2016-02-12 00:51:16 -08:00
Tim Kuehn
3b44df7638 Add travis build info 2016-02-12 00:49:02 -08:00
shaladdle
bb40fe2153 Merge pull request #2 from tikue/update-metadata
Update cargo metadata
2016-02-11 23:56:33 -08:00
Tim Kuehn
7624c19e02 Update cargo metadata 2016-02-11 23:50:59 -08:00
shaladdle
92fa53e0df Merge pull request #1 from tikue/update-readme
Update readme.
2016-02-11 23:24:59 -08:00
Tim Kuehn
ae1573d8da Update readme.
Some planned improvements were out of date, and one major one was missing.
2016-02-11 23:10:46 -08:00
Adam Wright
6caa0aa13c Merge branch 'organize-tests' into 'master'
Organize tests

For some reason the tests in this module bother me. I tried to make it a little clearer what the reasoning behind each one is, and I removed some that were no longer necessary.

See merge request !24
2016-02-12 12:33:24 +05:30
Tim Kuehn
7cfca8f721 Singular module names 2016-02-11 23:02:35 -08:00