ferric-load 0.0.1

Ferric weight loading — a pure-Rust safetensors reader (F32/F16/BF16/F64 → f32). How real Llama/SmolVLA checkpoints enter the ecosystem.
Documentation

Ferric weight loading — a pure-Rust safetensors reader. Parses the HF safetensors container (8-byte little-endian header length, a JSON header of name → {dtype, shape, data_offsets}, then a flat data blob) and dequantizes F32/F16/BF16/F64 tensors to f32, ready to upload to a Ferric Context. No Python, no C++ — this is how real Llama/SmolVLA checkpoints enter the ecosystem.