#veilid #applications #run-time #configuration #async #baseline #collection

bin+lib veilid-tools

A collection of baseline tools for Rust development use by Veilid and Veilid-enabled Rust applications

15 releases

new 0.4.3 Feb 20, 2025
0.4.1 Oct 25, 2024
0.3.3 Jul 7, 2024
0.3.0 Mar 28, 2024
0.1.0 Jul 9, 2023

#2045 in Network programming

Download history 25/week @ 2024-10-29 29/week @ 2024-11-05 46/week @ 2024-11-12 20/week @ 2024-11-19 25/week @ 2024-11-26 64/week @ 2024-12-03 57/week @ 2024-12-10 9/week @ 2024-12-17 7/week @ 2024-12-24 175/week @ 2024-12-31 40/week @ 2025-01-07 16/week @ 2025-01-14 68/week @ 2025-01-21 25/week @ 2025-01-28 38/week @ 2025-02-04 29/week @ 2025-02-11

163 downloads per month
Used in 8 crates (via veilid-core)

MPL-2.0 license

640KB
16K SLoC

Contains (JAR file, 55KB) gradle-wrapper.jar

Veilid Tools

A collection of baseline tools for Rust development use by Veilid and Veilid-enabled Rust applications

These are used by veilid-core, veilid-server, veilid-cli and may be used by any other applications that link in veilid-core if a common baseline of functionality is desired. Extending this crate with new utility functions is encouraged rather than adding 'common' functionality to veilid-core, allowing it to remain free of boilerplate and utility classes that could be reused elsewhere.

Everything added to this crate must be extensively unit-tested.

Features

The default veilid-tools configurations are:

  • default - Uses tokio as the async runtime

If you use --no-default-features, you can switch to other runtimes:

  • rt-async-std - Uses async-std as the async runtime
  • rt-wasm-bindgen - When building for the wasm32 architecture, use this to enable wasm-bindgen-futures as the async runtime

Dependencies

~12–29MB
~479K SLoC