Crates.io | llmvm-core-lib |
lib.rs | llmvm-core-lib |
version | 1.1.4 |
source | src |
created_at | 2023-08-09 18:10:01.562585 |
updated_at | 2024-10-22 18:18:55.659622 |
description | The library for the llmvm core application. |
homepage | |
repository | https://github.com/djandries/llmvm |
max_upload_size | |
id | 940236 |
size | 37,587 |
The library for the llmvm core.
Assumes the following responsibilities:
See the executable wrapper llmvm-core for more information.
Frontends may optionally use this crate directly to avoid using any IPC communciation.
Add the dependency to Cargo.toml
:
[dependencies]
llmvm-core-lib = { version = "<version>" }
Reference documentation can be found on docs.rs.