deer 0.0.0-reserved

A backend-agnostic fail-slow deserialization framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "deer"
version = "0.0.0-reserved"
authors = ["HASH"]
edition = "2021"
rust-version = "1.65"
license = "MIT OR Apache-2.0"
description = "A backend-agnostic fail-slow deserialization framework"
documentation = "https://docs.rs/deer"
repository = "https://github.com/hashintel/hash/tree/main/libs/deer"
keywords = ["deserialize", "serde", "no_std"]
categories = ["no-std", "rust-patterns"]
exclude = ["package.json"]

[workspace]
members = ['.', 'macros', 'json']