rmpp 0.1.4

Precise types for RMP
Documentation
1
2
3
# RMPP - Rust MessagePack Precise

RMPP is a pure Rust MessagePack implementation based on a RMP crate. It aims to accurately preserve the original types metadata. Therefore it's useful in cases the data is sensitive to strict typing. It was also made with JavaScript integration in mind.