Skip to main content

asimov_near_module/
lib.rs

1// This is free and unencumbered software released into the public domain.
2
3//#![no_std]
4#![forbid(unsafe_code)]
5
6mod block_url;
7pub use block_url::*;