summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2010-07-09 20:20:33 -0700
committerJoshua Haberman <joshua@reverberate.org>2010-07-09 20:20:33 -0700
commit28ec9a1fa0f9b1d741920dfa8afc91fa2532c43d (patch)
tree6849230180a254424f4c1f385b919632211f3ac1 /README
parent604c1a78bcbcc5b282ac6aab01a425baeaebdfbd (diff)
Split src/ into core/ and stream/.
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 7 insertions, 2 deletions
diff --git a/README b/README
index e869667..efa3ddb 100644
--- a/README
+++ b/README
@@ -10,6 +10,11 @@ ROADMAP OF THE SOURCE
benchmark/
Benchmarks of upb and other protocol buffer implementations.
+core/
+ The core source directory. builds into core/libupb.a. Contains only the
+ very core library, which is capable of loading descriptors given the
+ appropriate decoder. Does not even contain decoders for the standard
+ formats like the protobuf text and binary formats.
descriptor/
Files that describe the format of Protocol Buffer "descriptors", which are
protocol buffers that describe the format of other protocol buffers. These
@@ -19,8 +24,8 @@ labs/
about alternate ways of implementing things. When possible, these are
benchmarked by the tests in benchmark/. We also test these with the tests
in tests/, to ensure that the alternate implementations are actually correct.
-src/
- The core source directory. builds into src/libupb.a.
+stream/
+ Implementations of streaming protobuf encoders and decoders.
tests/
Unit tests.
tools/
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback