Skip to content

Commit 331a8d8

Browse files
committed
add a readme
1 parent bd36e61 commit 331a8d8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# SortableJS-rs
2+
3+
This crate provides rusty bindings to SortableJS.
4+
5+
The documentation mostly lives with [the official SortableJS documentation](https://github.com/SortableJS/Sortable).
6+
7+
Just adding this crate as a dependency should be enough to get everything working when using [trunk](https://trunkrs.dev/). Just be careful to keep alive the return value of `Sortable::apply`, or you will get JavaScript exceptions.
8+
9+
You can find example usage of SortableJS from a pure-Rust WASM application in the `examples/` directory.

0 commit comments

Comments
 (0)