yozefu-wasm-types

Crates.ioyozefu-wasm-types
lib.rsyozefu-wasm-types
version
sourcesrc
created_at2024-12-10 14:47:08.643836
updated_at2024-12-10 14:47:08.643836
descriptionTypes and structures for defining WebAssembly modules
homepagehttps://github.com/MAIF/yozefu
repositoryhttps://github.com/MAIF/yozefu.git
max_upload_size
id1478571
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Yann Prono (Mcdostone)

documentation

README

yozefu-wasm-types

Build

This library provides structures for defining a WebAssembly module for the search engine of yozefu. It uses json to exchange data from the host to the WebAssembly module.

Usage

NOTE: You probably don't want to use this crate directly. Instead you should run the command create-filter:

yozf create-filter --language rust key-ends-with
Commit count: 4

cargo fmt