Commit Graph

126 Commits

Author SHA1 Message Date
Garrett Squire
51e6bac2dc fix the example in the README 2016-02-17 23:25:33 -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
02add8aa92 Update readme 2016-02-14 20:38:40 -08:00
Tim Kuehn
7d028f6076 Add crates.io shield 2016-02-12 11:13:58 -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 Kuehn
73b5cae1d1 Coverage badge 2016-02-12 10:31:36 -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
3b44df7638 Add travis build info 2016-02-12 00:49:02 -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
Tim
e0acd9dafd Consistently stylize tarpc in readme 2016-02-11 07:15:03 +05:30
Tim Kuehn
a58dea0ec5 Update license from dual Apache 2.0/MIT to just MIT. 2016-02-08 11:52:51 -08:00
Tim Kuehn
eb4b47b25b Merge branch 'async' into no-mod 2016-01-31 21:21:50 -08:00
Tim Kuehn
41c036fa0f Simplify the macro.
No longer create a submodule. It's up to the user to decide how to scope the macro invocation.
The preferred method will be to invoke within a dedicated rpc module.
2016-01-27 21:11:38 -08:00
Tim Kuehn
54dbd74e2f Replace planned generic serialization feature with backward-compatibility features 2016-01-26 22:03:46 -08:00
Tim Kuehn
25b7f4887e Add disclaimer to README 2016-01-26 21:48:02 -08:00
Tim Kuehn
9224dcd00e Add 'License' and 'Contributing' sections to README.
Also add .md file extension to CONTRIBUTING.
2016-01-21 11:10:13 -08:00
Tim Kuehn
a5a9ec3d4f Make separate section in the readme for additional features 2016-01-17 19:45:13 -08:00
Tim Kuehn
80fb9922cd Put doc attributes defined on rpc methods on both the Service trait fns as well as the Client method stubs. 2016-01-16 16:19:11 -08:00
Tim Kuehn
e54a9df152 Add checkboxes to planned improvements 2016-01-16 01:22:22 -08:00
Tim Kuehn
15f2547ec7 Update code in readme. Haven't checked if it runs 2016-01-16 01:20:03 -08:00
Tim Kuehn
7c34e06959 Add doc comment functionality 2016-01-12 23:09:59 -08:00
Tim Kuehn
0d77959625 Move readme back to root 2016-01-12 22:03:19 -08:00
Tim Kuehn
adb77924e2 Move README.md to the proper package 2016-01-12 20:23:30 -08:00
Adam Wright
7e9d16eefe Add a readme. 2016-01-12 13:17:44 +05:30