seed 0.3.7

A Rust framework for creating web apps, using WebAssembly
Documentation
1
2
3
4
5
6
7
//! Dummy file reuqired by Rust's module system

#![allow(clippy::all, clippy::pedantic, clippy::nursery)]

pub mod callback;
pub mod future;
pub mod sys;