freds

Crates.iofreds
lib.rsfreds
version0.1.2
sourcesrc
created_at2022-07-07 01:42:24.181651
updated_at2022-07-16 05:04:11.113317
descriptionFREDS: Flexible Referencing Extensible Data Store
homepage
repositoryhttps://github.com/KyGost/FREDS
max_upload_size
id620870
size1,873,628
Kyran Gostelow (KyGost)

documentation

README

FREDS

Flexible Referencing Extensible Data Store

Two Kinds

Sized

64b/8B Inline for Unsized

Common

  • u64

  • i64

  • f64

Unsized

Common

  • Map
  • Array
  • String

Made of

  • (Type)

  • Reference

  • Size

  • Data

Allows

  • Partial Read
  • Partial Write
  • Custom Types

Format

File

- TYPE:SIZE
  - SIZE
    - DATA (eg. TYPE:DATA)

Rust

All: [Vec<Box<impl Unsized>>; 256]
Commit count: 34

cargo fmt