New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

bomboni

Package Overview
Dependencies
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bomboni

Source
crates.io
Version
0.2.0
Version published
Maintainers
1
Created
Source

Bomboni: Utility Library for Rust

🚧 work in progress 🚧

A collection of Rust libraries for building robust applications.

This project includes utilities for working with WASM, extensions over protobuf/prost, tools for gRPC requests following Google AIP designs, etc.

Crates

This workspace contains the following crates:

  • bomboni_common: Common utilities for building distributed systems and applications, including ULID-based identifiers and UTC datetime handling

  • bomboni_core: Core utilities and abstractions used across the Bomboni project

  • bomboni_macros: Common macros providing convenient utilities for the Bomboni library

  • bomboni_fs: File system utilities for working with files and directories, including recursive file visiting and content reading

  • bomboni_prost: Utilities for compiling Protocol Buffers with prost and generating additional helper functions

  • bomboni_proto: Enhanced implementations of Google's well-known protobuf types with additional functionality beyond standard prost-types

  • bomboni_request: Comprehensive utilities for building API requests following Google AIP standards, with filtering, ordering, pagination, and SQL generation

  • bomboni_request_derive: Derive macros and procedural macros for request parsing and type conversion

  • bomboni_wasm: WebAssembly utilities for JavaScript interoperability, console logging, and TypeScript declaration generation

  • bomboni_wasm_core: Core utilities for WebAssembly integration, including TypeScript declaration generation and type mapping

  • bomboni_wasm_derive: Derive macros for generating TypeScript WASM bindings for Rust types

  • bomboni_template: Handlebars template utilities with custom helpers for template rendering

FAQs

Package last updated on 10 Nov 2025

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