#veilid #applications #collection #baseline #wasm-bindgen #link #veilid-enabled

veilid-tools

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

9 releases

0.3.2 Apr 29, 2024
0.3.1 Apr 5, 2024
0.3.0 Mar 28, 2024
0.2.5 Nov 7, 2023
0.1.0 Jul 9, 2023

#1279 in Network programming

Download history 6/week @ 2024-02-11 22/week @ 2024-02-18 83/week @ 2024-02-25 73/week @ 2024-03-03 52/week @ 2024-03-10 26/week @ 2024-03-17 248/week @ 2024-03-24 204/week @ 2024-03-31 34/week @ 2024-04-07 160/week @ 2024-04-14 27/week @ 2024-04-21 369/week @ 2024-04-28 51/week @ 2024-05-05

610 downloads per month
Used in 7 crates (via veilid-core)

MPL-2.0 license

315KB
8K 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

~5–22MB
~325K SLoC