12 releases
new 0.4.1 | Oct 25, 2024 |
---|---|
0.3.4 | Aug 2, 2024 |
0.3.3 | Jul 7, 2024 |
0.3.0 | Mar 28, 2024 |
0.1.0 |
|
#418 in Cryptography
538 downloads per month
Used in 7 crates
(4 directly)
3.5MB
82K
SLoC
Contains (JAR file, 55KB) gradle-wrapper.jar
The Veilid Framework
Core library used to create a Veilid node and operate it as part of an application.
veilid-core
contains all of the core logic for Veilid and can be used in mobile applications as well as desktop
and in-browser WebAssembly apps.
The public API is accessed by getting a [VeilidAPI] object via a call to [api_startup], [api_startup_json], or [api_startup_config].
From there, a [RoutingContext] object can get you access to public and private routed operations.
Features
The default veilid-core
configurations are:
default
- Usestokio
as the async runtime.
If you use --no-default-features
, you can switch to other runtimes:
default-async-std
- Usesasync-std
as the async runtime.default-wasm
- When building for thewasm32
architecture, use this to enablewasm-bindgen-futures
as the async runtime.
Dependencies
~18–75MB
~1.5M SLoC