protoflow_core/
runtimes.rs

1// This is free and unencumbered software released into the public domain.
2
3#[cfg(feature = "std")]
4mod std;
5#[cfg(feature = "std")]
6pub use std::*;
7
8//#[cfg(feature = "web")]
9//mod web;
10//#[cfg(feature = "web")]
11//pub use web::*;