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

Side by Side Diff: README.md

Issue 1364613002: Add a hexadecimal codec. (Closed) Base URL: git@github.com:dart-lang/convert.git@master
Patch Set: Code review changes Created 5 years, 3 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 | « no previous file | lib/convert.dart » ('j') | lib/src/hex.dart » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # sample 1 # Conversion utilities package
2 2
3 A library for Dart developers. It is awesome. 3 This package contains encoders and decoders for converting between different
4 4 data representations. It's the external counterpart of the `dart:convert` core
5 ## Features and bugs 5 library, and contains less-central APIs and APIs that need more flexible
6 6 versioning.
7 Please file feature requests and bugs at the [issue tracker][tracker].
8
9 [tracker]: https://github.com/dart-lang/sample/issues
OLDNEW
« no previous file with comments | « no previous file | lib/convert.dart » ('j') | lib/src/hex.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698