Docs.rs
difflore-cli-0.2.0
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
difflore-cli 0.2.0
Your AI coding agent learned public code, not your team's private decisions. difflore turns past PR reviews into source-backed local rules.
Crate
Source
Builds
Feature flags
Hide files
..
agent_exec
bin
cli
commands
hook
installer
post_install_scan
session_mine
support
clients.rs
dispatch.rs
error.rs
lib.rs
main.rs
runtime.rs
style.rs
1
2
3
4
#
[
tokio
::
main
]
async
fn
main
(
)
{
difflore_cli
::
run
(
)
.
await
;
}