mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 17:59:52 +00:00
erlang: temporary documentation and .gitignore
This commit is contained in:
parent
d9b467098a
commit
49f3872d04
2 changed files with 21 additions and 1 deletions
3
erlang/.gitignore
vendored
3
erlang/.gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
|||
MANIFEST
|
||||
*.beam
|
||||
|
||||
.omakedb*
|
||||
*.omc
|
||||
|
|
|
|||
19
erlang/README.md
Normal file
19
erlang/README.md
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
MessagePack for Erlang
|
||||
======================
|
||||
Binary-based efficient object serialization library.
|
||||
|
||||
## Status
|
||||
|
||||
still in development.
|
||||
|
||||
TODOs:
|
||||
- decide string specification.
|
||||
|
||||
## Installation
|
||||
|
||||
## Example
|
||||
|
||||
## License
|
||||
|
||||
|
||||
-
|
||||
Loading…
Add table
Add a link
Reference in a new issue