objs 0.1.0

Lightweight macros for creating typed, or untyped, named, or anonymous objects in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "objs"
version = "0.1.0"
edition = "2024"
authors = ["Romi Shalom <romishalom01@gmail.com>"]
description = "Lightweight macros for creating typed, or untyped, named, or anonymous objects in Rust."
documentation = "https://docs.rs/objs"
readme = "README.md"
keywords = ["macro", "object", "ergonomics", "struct", "literal"]
categories = ["rust-patterns", "development-tools"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/romishalom/objs"

[dependencies]