Crates.io | macro-ob |
lib.rs | macro-ob |
version | 0.1.3 |
source | src |
created_at | 2020-11-10 01:13:28.476198 |
updated_at | 2020-11-10 17:47:50.104496 |
description | a macro to inline rot13 to confuse IDEs |
homepage | https://github.com/10maurycy10/MacroOb |
repository | https://github.com/10maurycy10/MacroOb.git |
max_upload_size | |
id | 310537 |
size | 2,858 |
macro-ob is a symple program to demonstrate the dificulty of smart completions in rust macros. this is done by allowing the inlining of rot13 in code. this is only the start of what can be done with macros.
macro-ob = "0.1.3"
use macro_ob;
rot!(
sa pbqrq() -> Fgevat {
"literals are not changed for tecnical resions".gb_fgevat()
}
)
fn main {
println!("{}", rot!(pbqrq()))
}