AutoLog

docs.rs Crates.io Crates.io GitHub last commit

A mini Rust library for logging when a function is called.

Features

Usage

Add this to your Cargo.toml:

toml [dependencies] autolog = "0.1"

Example

```rust use autolog::autolog; // or

[macro_use]

extern crate autolog;

[autolog]

fn main() { println!("Hello, world!"); } ```

License

Crates.io

Made with ❤️ by Juliette Cordor