{"id":59181,"library":"serde-bare","title":"Serde BARE","description":"An implementation of the BARE encoding format for use with Serde.","status":"active","version":"0.5.0","language":"rust","source_language":null,"source_url":"https://git.sr.ht/~tdeo/serde_bare","tags":["bare","encoding","serde","serialization"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nserde_bare = \"0.5.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add serde_bare","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"to_vec","correct":"use serde_bare::to_vec;"}],"quickstart":{"code":"use serde_bare::to_vec;\nuse serde::Serialize;\n\n#[derive(Serialize)]\nstruct Message {\n    content: String,\n}\n\nlet msg = Message { content: \"hello\".into() };\nlet bytes = to_vec(&msg).unwrap();","lang":"rust","description":"Encodes a struct using BARE format."},"warnings":[],"env_vars":null,"search_vec":"'bare':2,7,14 'encod':8,15 'format':9 'implement':4 'serd':1,13,16 'serial':17 'use':11","created_at":"2026-06-16T16:53:34.772579+00:00","updated_at":"2026-06-16T16:53:34.772579+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://git.sr.ht/~tdeo/serde_bare","github":null,"docs":"https://docs.rs/serde_bare/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["serialization"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-16","next_check":"2026-12-13","install_tag":null}}