The problem is we can't specify the full path here because when use them in Physical Rust requires we use crate and when outside physical we use physical so the macro needs some kind of compilation flag or something to switch between the two.
`use physical::quantity::{Quantity, Value};`
The problem is we can't specify the full path here because when use them in Physical Rust requires we `use crate` and when outside physical we `use physical` so the macro needs some kind of compilation flag or something to switch between the two.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
use physical::quantity::{Quantity, Value};The problem is we can't specify the full path here because when use them in Physical Rust requires we
use crateand when outside physical weuse physicalso the macro needs some kind of compilation flag or something to switch between the two.