A mini Rust library for logging when a function is called.
Add this to your Cargo.toml
:
toml
[dependencies]
autolog = "0.1"
```rust use autolog::autolog; // or
extern crate autolog;
fn main() { println!("Hello, world!"); } ```
Made with ❤️ by Juliette Cordor