# borsh **Repository Path**: kecson/borsh ## Basic Information - **Project Name**: borsh - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-17 - **Last Updated**: 2022-03-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # borsh Borsh is an implementation of the Borsh binary serialization format for Dart. Borsh stands for *Binary Object Representation Serializer for Hashing*. It is meant to be used in security-critical projects as it prioritizes consistency, safety, speed, and comes with a strict specification. ## Examples