Registry / other / alga-derive

alga-derive

JSON →
library0.9.2rscratesunverified

Derive macros for implementing algebraic traits from the alga crate.

# Cargo.toml [dependencies] alga_derive = "0.9.2"
INSTALL
IMPORT
SIG · ALGA-DERIVE
A
alga-derive
otherrustv0.9.2
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.

Alga
use alga_derive::*;

Derives algebraic traits for a custom type.

use alga_derive::Alga; #[derive(Alga)] struct MyType; fn main() { println!("Derived Alga"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.9.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
47 hits · last 30 days
node
40
OpenAI (training)
1
Resources
alga-derive — cargo add alga-derive · libregistry