Registry / serialization / rbs
library4.7.0rscratesunverified

Serialization framework for ORM, part of the rbatis ecosystem.

# Cargo.toml [dependencies] rbs = "4.7.0"
INSTALL
IMPORT
SIG · RBS
R
rbs
serializationrustv4.7.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

to_value
use rbs::to_value;

Serialize a value using rbs.

use rbs::to_value; let value = to_value!({ "name": "Alice", "age": 30 }).unwrap(); println!("{:?}", value);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.7.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Amazon
1
Resources
rbs — cargo add rbs · libregistry