Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(268)

Side by Side Diff: README.md

Issue 886643002: pkg/protobuf: cleanup and prep for 0.3.5 release (Closed) Base URL: https://github.com/dart-lang/dart-protobuf.git@master
Patch Set: nits Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « CHANGELOG.md ('k') | lib/src/protobuf/coded_buffer_reader.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Protobuf runtime support library 1 Provides runtime support for a Dart implementation of protobufs.
2 ================================
3 2
4 [![Build Status](https://drone.io/github.com/dart-lang/dart-protobuf/status.png) ](https://drone.io/github.com/dart-lang/dart-protobuf/latest) 3 [![Build Status](https://drone.io/github.com/dart-lang/dart-protobuf/status.png) ](https://drone.io/github.com/dart-lang/dart-protobuf/latest)
5 4
6 This library provides runtime support library for Dart implementation 5 Typically one do not need to import this library–only libraries
7 of protobufs. 6 generated by the protoc plugin import this library directly.
8 7
9 Typically one do not need to import this library---only libraries 8 If your library or application uses generated protobuf libraries, add this
10 generated by protoc plugin import this library directly. 9 library as a dependency.
11 10
12 However, if your library or application uses generated protobuf libraries, 11 ### References
13 please, add this library as a dependency.
14 12
15 Hacking 13 * [protobuf site](https://code.google.com/p/protobuf)
16 -------
17
18 So far to hack on the library the main thing you should be aware of is how
19 to run unittests. The easiest way would be to use DartEditor and run
20 `all_tests.dart` file which is the whole suite.
21
22 If you'd like to run test from command line, please, do not pass proper
23 package root.
24
25 Useful references
26 -----------------
27
28 * [Main Dart site](http://www.dartlang.org)
29 * [Main protobuf site](https://code.google.com/p/protobuf)
30 * [Protoc plugin project](https://github.com/dart-lang/dart-protoc-plugin) 14 * [Protoc plugin project](https://github.com/dart-lang/dart-protoc-plugin)
31 * [DartEditor download](http://www.dartlang.org)
32 * [Pub documentation](http://pub.dartlang.org/doc)
OLDNEW
« no previous file with comments | « CHANGELOG.md ('k') | lib/src/protobuf/coded_buffer_reader.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698