mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-09 03:10:19 +00:00
import C# implementation
This commit is contained in:
parent
b50ff920f0
commit
1d1a9d7933
10 changed files with 815 additions and 0 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -6,3 +6,10 @@ ruby/Makefile
|
|||
*.6
|
||||
_obj
|
||||
_test
|
||||
/csharp/msgpack.suo
|
||||
/csharp/msgpack/bin
|
||||
/csharp/msgpack/obj
|
||||
/csharp/msgpack/msgpack.csproj.user
|
||||
/csharp/msgpack.tests/obj
|
||||
/csharp/msgpack.tests/bin
|
||||
/csharp/msgpack.tests/msgpack.tests.csproj.user
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue