0.1.0-alpha.0 • Published 5 years ago

tserde v0.1.0-alpha.0

Weekly downloads
-
License
(MIT OR Apache-2....
Repository
-
Last release
5 years ago

tserde UNDER CONSTRUCTION

This package will provide a way to (de)serialize objects in Typescript. It is currently a WIP.

Usage

To be determined...

Code of Conduct

This project uses the Contributor Covenant code of conduct, version 1.4.1. See code-of-conduct.md for the full text.

Versioning

This package mostly adheres to Semantic Versioning. With the exception that 0.x.y versions will increment the minor version on breaking changes to the public documented API, and patch versions will include new functionality. This is similar to Rust's API evolution guidelines.

Contribution

This work is dual-licensed under MIT and Apache-2.0 open source licenses. To contribute, please submit a pull request to the GitHub repo. Please read and adhere to the Code of Conduct before contributing, thank you.

Acknowledgement

Thank you to the excellent serde crate, which was the inspiration for this package.