Socket
Book a DemoInstallSign in
Socket

abineo-messaging

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

abineo-messaging

1.0.0
Cargo
Version published
Maintainers
1
Created
Source

Abineo Messaging

Shared structs and enums for internal messaging service.

Installation

Using cargo

cargo add abineo-messaging

Add to Cargo.toml

[dependencies]
abineo-messaging = "1"

Usage

use abineo_messaging::*;

let result = Message::email_builder()
    .subject("The Email")
    .recipient("info@abineo.com")
    .body(Content::builder()
        .title("Hello, world!")
        .subtitle("Lorem ipsum dolor")
        .text("Now that we know who you are, I know who I am")
        .secret("42"))
    .build();

assert!(result.is_ok());

FAQs

Package last updated on 25 Jul 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.