mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-18 20:38:00 +01:00
update test/README.md
This commit is contained in:
parent
fb3e11408c
commit
989b14b519
@ -22,16 +22,10 @@ as comparing that implementations.
|
|||||||
or
|
or
|
||||||
$ port install msgpack # MacPorts
|
$ port install msgpack # MacPorts
|
||||||
|
|
||||||
$ g++ -Wall -lmsgpack crosslang.cc
|
$ g++ -Wall -lmsgpack crosslang.cc -o crosslang
|
||||||
|
|
||||||
|
$ ./crosslang
|
||||||
Usage: ./crosslang [in-file] [out-file]
|
Usage: ./crosslang [in-file] [out-file]
|
||||||
|
|
||||||
This tool is for testing of MessagePack implementation.
|
|
||||||
This does following behavior:
|
|
||||||
|
|
||||||
1. Reads objects serialized by MessagePack from <in-file> (default: stdin)
|
|
||||||
2. Re-serializes the objects using C++ implementation of MessagePack (Note that C++ implementation is considered valid)
|
|
||||||
3. Writes the re-serialized objects into <out-file> (default: stdout)
|
|
||||||
|
|
||||||
### Ruby version
|
### Ruby version
|
||||||
|
|
||||||
@ -41,11 +35,4 @@ as comparing that implementations.
|
|||||||
|
|
||||||
$ ruby crosslang.rb
|
$ ruby crosslang.rb
|
||||||
Usage: crosslang.rb [in-file] [out-file]
|
Usage: crosslang.rb [in-file] [out-file]
|
||||||
|
|
||||||
This tool is for testing of MessagePack implementation.
|
|
||||||
This does following behavior:
|
|
||||||
|
|
||||||
1. Reads objects serialized by MessagePack from <in-file> (default: stdin)
|
|
||||||
2. Re-serializes the objects using Ruby implementation of MessagePack (Note that Ruby implementation is considered valid)
|
|
||||||
3. Writes the re-serialized objects into <out-file> (default: stdout)
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user