intercom 0.2.0

Utilities for writing COM visible Rust components.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]

name = "intercom"

version = "0.2.0"

authors = ["Mikko Rantanen <jubjub@jubjubnest.net>"]

license = "MIT"

repository = "https://github.com/Rantanen/intercom"

description = "Utilities for writing COM visible Rust components."



[badges]

appveyor = { repository = "Rantanen/intercom", branch = "master", service = "github" }



[lib]

name = "intercom"



[dependencies]

intercom-attributes = { version = "0.2.0", path = "../intercom-attributes" }