sortable-js

Crates.iosortable-js
lib.rssortable-js
version0.1.6+js.1.15.2.patched.1
sourcesrc
created_at2022-11-28 23:56:50.599444
updated_at2024-01-14 02:28:32.714289
descriptionRusty bindings to SortableJS, to build sortable lists in wasm
homepage
repositoryhttps://github.com/Ekleog/sortable-js-rs
max_upload_size
id724882
size128,990
Léo Gaspard (Ekleog)

documentation

README

SortableJS-rs

This crate provides rusty bindings to SortableJS.

The documentation mostly lives with the official SortableJS documentation.

Just adding this crate as a dependency should be enough to get everything working when using trunk. Just be careful to keep alive the return value of Sortable::apply, or you will get JavaScript exceptions.

You can find example usage of SortableJS from a pure-Rust WASM application in the examples/ directory.

Commit count: 22

cargo fmt