ndb-core 0.4.0

Internal crate for ndb ecosystem
Documentation
1
2
3
4
5
6
7
8
9
10
11
# ndb-core

Internal utility crate used by other ndb-* crates.  

Part of the [ndb project](https://github.com/shellrow/ndb).

## Purpose
- Provides common deserialization helpers (e.g. de_u8_to_bool)
- Contains shared utilities for ndb ecosystem

This crate is not intended for standalone use.