Cargo Features

SugarPath has no features set by default.

[dependencies]
sugar_path = { version = "2.0.1", features = ["cached_current_dir", "codspeed"] }
cached_current_dir

Enable cached_current_dir will make SugarPath to only call std::env::current_dir once for all path operations.

codspeed dev

Enables codspeed of criterion2

criterion2:

Enables codspeed